[v3,7/7] doc: add txgbe backplane update in release notes

Message ID 20210325055141.629963-8-jiawenwu@trustnetic.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series txgbe backplane AN training |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-abi-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/Intel-compilation fail Compilation issues
ci/intel-Testing success Testing PASS

Commit Message

Jiawen Wu March 25, 2021, 5:51 a.m. UTC
  Declare updates related to device args for backplane NICs.

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

Comments

Ferruh Yigit March 25, 2021, 4:07 p.m. UTC | #1
On 3/25/2021 5:51 AM, Jiawen Wu wrote:
> Declare updates related to device args for backplane NICs.
> 
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> ---
>   doc/guides/rel_notes/release_21_05.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
> index 8e686cc62..732d9743c 100644
> --- a/doc/guides/rel_notes/release_21_05.rst
> +++ b/doc/guides/rel_notes/release_21_05.rst
> @@ -89,6 +89,7 @@ New Features
>   * **Updated Wangxun txgbe driver.**
>   
>     * Added support for txgbevf PMD.
> +  * Support device arguments to handle AN training for backplane NICs.
>   
>   * **Updated the AF_XDP driver.**
>   
> 

Can you please squash this patch with the patch that introduces the feature, 
instead of having a separate patch?
  

Patch

diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index 8e686cc62..732d9743c 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst
@@ -89,6 +89,7 @@  New Features
 * **Updated Wangxun txgbe driver.**
 
   * Added support for txgbevf PMD.
+  * Support device arguments to handle AN training for backplane NICs.
 
 * **Updated the AF_XDP driver.**