[v2,17/17] doc: update release note for txgbe

Message ID 20210205033449.3813939-18-jiawenwu@trustnetic.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series net/txgbe: add VF driver support |

Checks

Context Check Description
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-testing warning Testing issues
ci/checkpatch success coding style OK

Commit Message

Jiawen Wu Feb. 5, 2021, 3:34 a.m. UTC
  Update release note to add txgbevf PMD support.

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

Comments

Ferruh Yigit Feb. 24, 2021, 11:41 a.m. UTC | #1
On 2/5/2021 3:34 AM, Jiawen Wu wrote:
> Update release note to add txgbevf PMD support.
> 
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> ---
>   doc/guides/rel_notes/release_21_02.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
> index cc181dfd1..78e9db666 100644
> --- a/doc/guides/rel_notes/release_21_02.rst
> +++ b/doc/guides/rel_notes/release_21_02.rst
> @@ -128,6 +128,7 @@ New Features
>     * Add support for generic flow API.
>     * Add support for traffic manager.
>     * Add support for IPsec.
> +  * Add support for txgbevf PMD.
>   

Can you please switch to 21.05 release notes?
  

Patch

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index cc181dfd1..78e9db666 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -128,6 +128,7 @@  New Features
   * Add support for generic flow API.
   * Add support for traffic manager.
   * Add support for IPsec.
+  * Add support for txgbevf PMD.
 
 * **Updated GSO support.**