diff options
author | Hao Chen <chenhao418@huawei.com> | 2024-04-10 15:53:54 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-13 04:58:46 +0300 |
commit | a1e5de0d07a3b2db047fe8ba0063d129672f979a (patch) | |
tree | 4fdb65781edec357e01aec00541e6ad97cc6892a /Documentation/networking | |
parent | 8a4bda8cb9e43e1fae96c4c4aa94069f49dc3a68 (diff) | |
download | linux-a1e5de0d07a3b2db047fe8ba0063d129672f979a.tar.xz |
net: hns3: add support to query scc version by devlink info
Add support to query scc version by devlink info for device V3.
Signed-off-by: Hao Chen <chenhao418@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Link: https://lore.kernel.org/r/20240410125354.2177067-5-shaojijie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/devlink/hns3.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/hns3.rst b/Documentation/networking/devlink/hns3.rst index 4562a6e4782f..72bc1b9f3785 100644 --- a/Documentation/networking/devlink/hns3.rst +++ b/Documentation/networking/devlink/hns3.rst @@ -23,3 +23,8 @@ The ``hns3`` driver reports the following versions * - ``fw`` - running - Used to represent the firmware version. + * - ``fw.scc`` + - running + - Used to represent the Soft Congestion Control (SSC) firmware version. + SCC is a firmware component which provides multiple RDMA congestion + control algorithms, including DCQCN. |