Skip to content

Commit 41c0d91

Browse files
Vasundhara Volamdavem330
authored andcommitted
devlink: add macro for "fw.roce"
Add definition and documentation for the new generic info "fw.roce". v2: Remove board.nvm_cfg since fw.psid is similar. Cc: Jiri Pirko <[email protected]> Cc: Jakub Kicinski <[email protected]> Signed-off-by: Vasundhara Volam <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b014232 commit 41c0d91

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Documentation/networking/devlink/devlink-info.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ fw.psid
9292
-------
9393

9494
Unique identifier of the firmware parameter set.
95+
96+
fw.roce
97+
-------
98+
99+
RoCE firmware version which is responsible for handling roce
100+
management.

include/net/devlink.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ enum devlink_param_generic_id {
487487
#define DEVLINK_INFO_VERSION_GENERIC_FW_NCSI "fw.ncsi"
488488
/* FW parameter set id */
489489
#define DEVLINK_INFO_VERSION_GENERIC_FW_PSID "fw.psid"
490+
/* RoCE FW version */
491+
#define DEVLINK_INFO_VERSION_GENERIC_FW_ROCE "fw.roce"
490492

491493
struct devlink_region;
492494
struct devlink_info_req;

0 commit comments

Comments
 (0)