[v1,4/4] doc: update iavf driver FDIR/RSS for GTPoGRE

Message ID 20210707125753.1494483-5-lingyu.liu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v1,1/4] net/iavf: support flow pattern for GTPoGRE |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/github-robot success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Liu, Lingyu July 7, 2021, 12:57 p.m. UTC
  Update 21.08 release note for GTPoGRE FDIR and RSS.

Signed-off-by: Lingyu Liu <lingyu.liu@intel.com>
---
 doc/guides/rel_notes/release_21_08.rst | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Thomas Monjalon July 9, 2021, 8:59 a.m. UTC | #1
07/07/2021 14:57, Lingyu Liu:
> Update 21.08 release note for GTPoGRE FDIR and RSS.
> 
> Signed-off-by: Lingyu Liu <lingyu.liu@intel.com>
> ---
>  doc/guides/rel_notes/release_21_08.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst
> index cd02820e68..df719420b8 100644
> --- a/doc/guides/rel_notes/release_21_08.rst
> +++ b/doc/guides/rel_notes/release_21_08.rst
> @@ -64,6 +64,8 @@ New Features
>  * **Updated Intel iavf driver.**
>  
>    * Added Tx QoS VF queue TC mapping.
> +  * Enable FDIR and RSS for GTPoGRE, support filter based on GTPU TEID/QFI,
> +    outer most L3 or inner most l3/l4.

Should be in past tense.
Please update the release notes piece by piece in each patch.
  
Qi Zhang July 12, 2021, 12:24 a.m. UTC | #2
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Friday, July 9, 2021 5:00 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Liu, Lingyu <lingyu.liu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Guo, Junfeng <junfeng.guo@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v1 4/4] doc: update iavf driver FDIR/RSS for
> GTPoGRE
> 
> 07/07/2021 14:57, Lingyu Liu:
> > Update 21.08 release note for GTPoGRE FDIR and RSS.
> >
> > Signed-off-by: Lingyu Liu <lingyu.liu@intel.com>
> > ---
> >  doc/guides/rel_notes/release_21_08.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/release_21_08.rst
> b/doc/guides/rel_notes/release_21_08.rst
> > index cd02820e68..df719420b8 100644
> > --- a/doc/guides/rel_notes/release_21_08.rst
> > +++ b/doc/guides/rel_notes/release_21_08.rst
> > @@ -64,6 +64,8 @@ New Features
> >  * **Updated Intel iavf driver.**
> >
> >    * Added Tx QoS VF queue TC mapping.
> > +  * Enable FDIR and RSS for GTPoGRE, support filter based on GTPU
> TEID/QFI,
> > +    outer most L3 or inner most l3/l4.
> 
> Should be in past tense.
> Please update the release notes piece by piece in each patch.

Patch 4/4 are squashed into patch 2/4 and patch 3/4 in next-net-intel.

Thanks
Qi
> 
>
  

Patch

diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst
index cd02820e68..df719420b8 100644
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst
@@ -64,6 +64,8 @@  New Features
 * **Updated Intel iavf driver.**
 
   * Added Tx QoS VF queue TC mapping.
+  * Enable FDIR and RSS for GTPoGRE, support filter based on GTPU TEID/QFI,
+    outer most L3 or inner most l3/l4.
 
 * **Updated Intel ice driver.**