Tunnel offload APIs have '__rte_experimental' attribute, therefore available only if ALLOW_EXPERIMENTAL_API is defined. Documente it.
Signed-off-by: Eli Britstein <[email protected]> --- Documentation/howto/dpdk.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------ -- 2.26.2.1730.g385c171 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
