From: Alvin Zhang Date: Wed, 4 Nov 2020 08:06:52 +0000 (+0800) Subject: doc: update release notes for iavf X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6fda724378df596db5f4ca0cdc0cf8ca32ef7537;p=dpdk.git doc: update release notes for iavf Update release notes with feature of outer IP hash for GTPC and GTPU. Fixes: 6cd2d6adc783 ("net/iavf: support outer IP hash for GTPC") Fixes: 262100a34a38 ("net/iavf: support outer IP hash for no inner GTPU") Signed-off-by: Alvin Zhang Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index bd11909ab7..6bbd6ee939 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -183,6 +183,7 @@ New Features Updated iavf PMD with new features and improvements, including: * Added support for flexible descriptor metadata extraction. + * Added support for outer IP hash of GTPC and GTPU. * Added support of AVX512 instructions in Rx and Tx path. * **Updated Intel ice driver.**