diff options
author | Vasundhara Volam <vasundhara-v.volam@broadcom.com> | 2020-03-27 12:35:50 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-28 01:34:42 +0300 |
commit | 56d69c784d36bee693e950de37fe1751e99fda57 (patch) | |
tree | 740a5e2e81d16d0228e721e93a84a9c7268d83b2 /Documentation/networking/devlink | |
parent | a0d0fd70fed5cc4f1e2dd98b801be63b07b4d6ac (diff) | |
download | linux-56d69c784d36bee693e950de37fe1751e99fda57.tar.xz |
bnxt_en: Add partno to devlink info_get cb
Add part number info from the vital product data to info_get command
via devlink tool. Update bnxt.rst documentation as well.
Cc: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink')
-rw-r--r-- | Documentation/networking/devlink/bnxt.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/bnxt.rst b/Documentation/networking/devlink/bnxt.rst index 7ab34c99cd29..981811887f24 100644 --- a/Documentation/networking/devlink/bnxt.rst +++ b/Documentation/networking/devlink/bnxt.rst @@ -51,6 +51,9 @@ The ``bnxt_en`` driver reports the following versions * - Name - Type - Description + * - ``board.id`` + - fixed + - Part number identifying the board design * - ``asic.id`` - fixed - ASIC design identifier |