doc: update release notes for ice and iavf

Update release notes by adding new features for ice and iavf PMD.

Fixes: de32fa2ba2 ("net/ice: support RSS for IPv6 prefix")
Fixes: 610bc231d0 ("net/ice: support RSS for IPv4 IPv6 mix of GTP")
Fixes: a9bafa9f70 ("net/ice: support flow director GTPU outer IPv4/IPv6")
Fixes: 37e444b778 ("net/ice: support hash for GTPU protocols")
Fixes: 54851ff337 ("net/ice: support PPPoE RSS")

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: Jeff Guo <jia.guo@intel.com>
This commit is contained in:
Qi Zhang 2020-08-06 19:09:26 +08:00 committed by Thomas Monjalon
parent 23ef9b564a
commit a79c41b42e

View file

@ -171,6 +171,16 @@ New Features
* Added support for DCF datapath configuration.
* Added support for more PPPoE packet type for switch filter.
* Added RSS support for IPv6 32bit, 48bit, 64bit prefix.
* Added RSS support for GTPU, L2TP, ESP, AH, PFCP and PPPoE.
* Added support for FDIR filter by GTPU outer IPv4 and IPv6.
* **Updated Intel iavf driver.**
Updated iavf PMD with new features and improvements, including:
* Added support for FDIR filter by GTPU outer IPv4 and IPv6.
* Added IPv6 RSS support for GTPU.
* **Updated Intel i40e driver.**