Signed-off-by: Jiayu Hu <jiayu...@intel.com> --- doc/guides/rel_notes/release_18_02.rst | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index c42a1d6..c2078b5 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -230,6 +230,15 @@ New Features current build system using ``make``. For instructions on how to do a DPDK build using the new system, see the instructions in ``doc/build-sdk-meson.txt``. +* **Add GRO support for VxLAN-tunneled packets.** + + Add GRO support for VxLAN-tunneled packets. Supported VxLAN packets + must contain an outer IPv4 header and inner TCP/IPv4 headers. VxLAN + GRO doesn't check if input packets have correct checksums and doesn't + update checksums for output packets. Additionally, it assumes the + packets are complete (i.e., MF==0 && frag_off==0), when IP + fragmentation is possible (i.e., DF==0). + .. note:: This new build system support is incomplete at this point and is added -- 2.7.4