On 9/2/2022 4:00 AM, Jiawen Wu wrote:
Add support to set device link down/up.

Signed-off-by: Jiawen Wu<jiawe...@trustnetic.com>
---
  doc/guides/rel_notes/release_22_11.rst |  4 ++++
  drivers/net/ngbe/base/ngbe_phy.c       |  1 +
  drivers/net/ngbe/base/ngbe_phy_rtl.c   | 13 ++++++++++++
  drivers/net/ngbe/base/ngbe_phy_rtl.h   |  2 ++
  drivers/net/ngbe/ngbe_ethdev.c         | 28 ++++++++++++++++++++++++++
  5 files changed, 48 insertions(+)

diff --git a/doc/guides/rel_notes/release_22_11.rst 
b/doc/guides/rel_notes/release_22_11.rst
index 8c021cf050..843501c7c2 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -84,6 +84,10 @@ API Changes
     Also, make sure to start the actual text at the margin.
     =======================================================
+* **Updated Wangxun ngbe driver.**
+
+  * Added support to set device link down/up.
+

This update is in "API Changes" section of the document, which is wrong. I will move it to the "New Features" section while merging.

Reply via email to