06/08/2020 15:57, Kinsella, Ray: > > On 06/08/2020 12:09, Qi Zhang wrote: > > Update release notes by adding new features for ice and iavf PMD. > > > > Fixes: de32fa2ba27b ("net/ice: support RSS for IPv6 prefix") > > Fixes: 610bc231d09b ("net/ice: support RSS for IPv4 IPv6 mix of GTP") > > Fixes: a9bafa9f700c ("net/ice: support flow director GTPU outer IPv4/IPv6") > > Fixes: 37e444b77814 ("net/ice: support hash for GTPU protocols") > > Fixes: 54851ff3375c ("net/ice: support PPPoE RSS") > > > > Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> > > Signed-off-by: Junfeng Guo <junfeng....@intel.com> > > Signed-off-by: Jeff Guo <jia....@intel.com> > > --- > > > > v2: > > - add fix line. > > > > doc/guides/rel_notes/release_20_08.rst | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/doc/guides/rel_notes/release_20_08.rst > > b/doc/guides/rel_notes/release_20_08.rst > > index 9761f5a4f..12d4a7789 100644 > > --- a/doc/guides/rel_notes/release_20_08.rst > > +++ b/doc/guides/rel_notes/release_20_08.rst > > @@ -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, LT2P, ESP, AH, PFCP and PPPoE. > > Should be L2TP, not LT2P :-) > > > + * 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.
Applied with above fix.