[v1,20/20] doc: update release note for txgbe

Message ID 20210122094800.197748-21-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/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance fail Performance Testing issues
ci/iol-mellanox-Functional success Functional Testing PASS
ci/iol-testing warning Testing issues

Commit Message

Jiawen Wu Jan. 22, 2021, 9:48 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. 2, 2021, 5:50 p.m. UTC | #1
On 1/22/2021 9:48 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 ae36b6a3f..d463c6924 100644
> --- a/doc/guides/rel_notes/release_21_02.rst
> +++ b/doc/guides/rel_notes/release_21_02.rst
> @@ -101,6 +101,7 @@ New Features
>     * Add support for generic flow API.
>     * Add support for traffic manager.
>     * Add support for IPsec.
> +  * Add support for txgbevf PMD.
>   

You may want to announce "port representor" support too.
  

Patch

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index ae36b6a3f..d463c6924 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -101,6 +101,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.**