From 6882c45d4300e1b69101444d5de6cc60bb696906 Mon Sep 17 00:00:00 2001 From: Eli Britstein Date: Sun, 17 Apr 2022 11:43:09 +0300 Subject: docs: Note ALLOW_EXPERIMENTAL_API for tunnel offloads. Tunnel offload APIs have '__rte_experimental' attribute, therefore available only if ALLOW_EXPERIMENTAL_API is defined. Documente it. Signed-off-by: Eli Britstein Signed-off-by: Ilya Maximets --- Documentation/howto/dpdk.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/howto/dpdk.rst b/Documentation/howto/dpdk.rst index 81f236d3b..04609b20b 100644 --- a/Documentation/howto/dpdk.rst +++ b/Documentation/howto/dpdk.rst @@ -402,6 +402,10 @@ Supported actions for hardware offload are: - Clone/output (tnl_push and output) for encapsulating over a tunnel. - Tunnel pop, for packets received on physical ports. +.. note:: + Tunnel offloads are experimental APIs in DPDK. In order to enable it, + compile with -DALLOW_EXPERIMENTAL_API. + Multiprocess ------------ -- cgit v1.2.1