From: Andrew Rybchenko Date: Sun, 24 Dec 2017 10:46:44 +0000 (+0000) Subject: doc: add sfc tunnels support to release features X-Git-Tag: spdx-start~476 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=99726a8bb0f55c318760f52292fb42453b845d77;p=dpdk.git doc: add sfc tunnels support to release features Signed-off-by: Andrew Rybchenko Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton --- diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index f3f196bbf5..ed57c4e9d9 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -47,6 +47,14 @@ New Features users. According to the device configuration, it will setup TX->RX loopback link or not. +* **Added NVGRE and UDP tunnels support in Solarflare network PMD.** + + Added support for NVGRE, VXLAN and GENEVE tunnels. + + * Added support for UDP tunnel ports configuration. + * Added tunneled packets classification. + * Added inner checksum offload. + API Changes -----------