[v2] doc: update release notes for ice and iavf

Message ID 20200806110926.28299-1-qi.z.zhang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: update release notes for ice and iavf |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Qi Zhang Aug. 6, 2020, 11:09 a.m. UTC
  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.zhang@intel.com>
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: Jeff Guo <jia.guo@intel.com>
---

v2:
- add fix line.

 doc/guides/rel_notes/release_20_08.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

Ray Kinsella Aug. 6, 2020, 1:57 p.m. UTC | #1
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.zhang@intel.com>
> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
> Signed-off-by: Jeff Guo <jia.guo@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.
>  
>  * **Updated Intel i40e driver.**
>  
>
  
Thomas Monjalon Aug. 6, 2020, 11:19 p.m. UTC | #2
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.zhang@intel.com>
> > Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
> > Signed-off-by: Jeff Guo <jia.guo@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.
  

Patch

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.
+  * 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.**