[32/32] doc: update for ngbe

Message ID 20210908083758.312055-33-jiawenwu@trustnetic.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series net/ngbe: add many features |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing fail Testing issues
ci/iol-spell-check-testing warning Testing issues
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

Jiawen Wu Sept. 8, 2021, 8:37 a.m. UTC
  Add ngbe PMD new features in release note 21.11.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
---
 doc/guides/rel_notes/release_21_11.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

Ferruh Yigit Sept. 15, 2021, 4:58 p.m. UTC | #1
On 9/8/2021 9:37 AM, Jiawen Wu wrote:
> Add ngbe PMD new features in release note 21.11.
> 

Can you please distribute the content of this patch to the commit that adds the
feature documented here?

As a result there shouldn't be a separate patch for release notes update.

Thanks.

> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> ---
>  doc/guides/rel_notes/release_21_11.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
> index 675b573834..81093cf6c0 100644
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> @@ -62,6 +62,16 @@ New Features
>    * Added bus-level parsing of the devargs syntax.
>    * Kept compatibility with the legacy syntax as parsing fallback.
>  
> +* **Updated Wangxun ngbe driver.**
> +  Updated the Wangxun ngbe driver. Add more features to complete the driver,
> +  some of them including:
> +
> +  * Added offloads and packet type on RxTx.
> +  * Added device basic statistics and extended stats.
> +  * Added VLAN and MAC filters.
> +  * Added multi-queue and RSS.
> +  * Added SRIOV.
> +  * Added IPsec.
>  
>  Removed Items
>  -------------
>
  

Patch

diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index 675b573834..81093cf6c0 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -62,6 +62,16 @@  New Features
   * Added bus-level parsing of the devargs syntax.
   * Kept compatibility with the legacy syntax as parsing fallback.
 
+* **Updated Wangxun ngbe driver.**
+  Updated the Wangxun ngbe driver. Add more features to complete the driver,
+  some of them including:
+
+  * Added offloads and packet type on RxTx.
+  * Added device basic statistics and extended stats.
+  * Added VLAN and MAC filters.
+  * Added multi-queue and RSS.
+  * Added SRIOV.
+  * Added IPsec.
 
 Removed Items
 -------------