[v2,2/3] doc/hns3: update the features for hns3

Message ID 20231120111404.37924-3-lihuisong@huawei.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc/hns3: update the features for hns3 |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

lihuisong (C) Nov. 20, 2023, 11:14 a.m. UTC
  Update the features for hns3.

- "Basic stats" and "Extended stats" supported by
Fixes: 8839c5e202f3 ("net/hns3: support device stats")

- "Traffic Management API" supported by
Fixes: c09c7847d892 ("net/hns3: support traffic management")

- "Speed capabilities" supported by
Fixes: 09e0de1f411b ("net/hns3: report speed capability for PF")

- "Link Auto-negotiation" supported by
Fixes: bdaf190f8235 ("net/hns3: support link speed autoneg for PF")

- "Link flow control" supported by
Fixes: 62e3ccc2b94c ("net/hns3: support flow control")

- "Dump private info from device" supported by
Fixes: 1a03c659cb9d ("net/hns3: dump device basic info")

- "FW version" supported by
Fixes: 1f5ca0b460cd ("net/hns3: support some device operations")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
---
 doc/guides/nics/hns3.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
  

Comments

Jie Hai Nov. 20, 2023, 11:42 a.m. UTC | #1
Acked-by: Jie Hai <haijie1@huawei.com<mailto:haijie1@huawei.com>>



________________________________

Hai Jie
Email:haijie1@huawei.com<mailto:haijie1@huawei.com>

发件人: lihuisong (C)<lihuisong@huawei.com<mailto:lihuisong@huawei.com>>
收件人: dev<dev@dpdk.org<mailto:dev@dpdk.org>>;ferruh.yigit<ferruh.yigit@amd.com<mailto:ferruh.yigit@amd.com>>;haijie<haijie1@huawei.com<mailto:haijie1@huawei.com>>;Zhuangyuzeng (Yisen)<yisen.zhuang@huawei.com<mailto:yisen.zhuang@huawei.com>>;Ferruh Yigit<ferruh.yigit@intel.com<mailto:ferruh.yigit@intel.com>>;humin (Q)<humin29@huawei.com<mailto:humin29@huawei.com>>;Hao Chen<chenh@yusur.tech<mailto:chenh@yusur.tech>>;Chunsong Feng<fengchunsong@huawei.com<mailto:fengchunsong@huawei.com>>;Fengchengwen<fengchengwen@huawei.com<mailto:fengchengwen@huawei.com>>;Lijun Ou<oulijun@huawei.com<mailto:oulijun@huawei.com>>;Wei Hu (Xavier)<xavier.huwei@huawei.com<mailto:xavier.huwei@huawei.com>>
抄送: liuyonglong<liuyonglong@huawei.com<mailto:liuyonglong@huawei.com>>;lihuisong (C)<lihuisong@huawei.com<mailto:lihuisong@huawei.com>>
主题: [PATCH v2 2/3] doc/hns3: update the features for hns3
时间: 2023-11-20 19:13:59

Update the features for hns3.

- "Basic stats" and "Extended stats" supported by
Fixes: 8839c5e202f3 ("net/hns3: support device stats")

- "Traffic Management API" supported by
Fixes: c09c7847d892 ("net/hns3: support traffic management")

- "Speed capabilities" supported by
Fixes: 09e0de1f411b ("net/hns3: report speed capability for PF")

- "Link Auto-negotiation" supported by
Fixes: bdaf190f8235 ("net/hns3: support link speed autoneg for PF")

- "Link flow control" supported by
Fixes: 62e3ccc2b94c ("net/hns3: support flow control")

- "Dump private info from device" supported by
Fixes: 1a03c659cb9d ("net/hns3: dump device basic info")

- "FW version" supported by
Fixes: 1f5ca0b460cd ("net/hns3: support some device operations")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
---
 doc/guides/nics/hns3.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index 7eac1b3c92..11d0c04884 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -30,7 +30,6 @@ Features of the HNS3 PMD are:
 - DCB
 - Scattered and gather for TX and RX
 - Vector Poll mode driver
-- Dump register
 - SR-IOV VF
 - Multi-process
 - MAC/VLAN filter
@@ -38,6 +37,15 @@ Features of the HNS3 PMD are:
 - NUMA support
 - Generic flow API
 - IEEE1588/802.1AS timestamping
+- Basic stats
+- Extended stats
+- Traffic Management API
+- Speed capabilities
+- Link Auto-negotiation
+- Link flow control
+- Dump register
+- Dump private info from device
+- FW version

 Prerequisites
 -------------
--
2.33.0
  

Patch

diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index 7eac1b3c92..11d0c04884 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -30,7 +30,6 @@  Features of the HNS3 PMD are:
 - DCB
 - Scattered and gather for TX and RX
 - Vector Poll mode driver
-- Dump register
 - SR-IOV VF
 - Multi-process
 - MAC/VLAN filter
@@ -38,6 +37,15 @@  Features of the HNS3 PMD are:
 - NUMA support
 - Generic flow API
 - IEEE1588/802.1AS timestamping
+- Basic stats
+- Extended stats
+- Traffic Management API
+- Speed capabilities
+- Link Auto-negotiation
+- Link flow control
+- Dump register
+- Dump private info from device
+- FW version
 
 Prerequisites
 -------------