doc: update release notes for ice and iavf

Message ID 20200806054806.26784-1-qi.z.zhang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series 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, 5:48 a.m. UTC
  Update release notes by adding new features for ice and iavf PMD.

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>
---
 doc/guides/rel_notes/release_20_08.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

Thomas Monjalon Aug. 6, 2020, 8 a.m. UTC | #1
06/08/2020 07:48, Qi Zhang:
> Update release notes by adding new features for ice and iavf PMD.
> 
> 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>
> ---
> @@ -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.

That's a pity it was not updated as part of the implementation.
Please add Fixes line to reference the commits.
  

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