aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/devlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/devlink.h')
-rw-r--r--include/uapi/linux/devlink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
index f7323884c3fe..ffc993256527 100644
--- a/include/uapi/linux/devlink.h
+++ b/include/uapi/linux/devlink.h
@@ -173,6 +173,10 @@ enum devlink_port_flavour {
173 * the PCI PF. It is an internal 173 * the PCI PF. It is an internal
174 * port that faces the PCI PF. 174 * port that faces the PCI PF.
175 */ 175 */
176 DEVLINK_PORT_FLAVOUR_PCI_VF, /* Represents eswitch port
177 * for the PCI VF. It is an internal
178 * port that faces the PCI VF.
179 */
176}; 180};
177 181
178enum devlink_param_cmode { 182enum devlink_param_cmode {
@@ -342,6 +346,8 @@ enum devlink_attr {
342 DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL, /* u64 */ 346 DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL, /* u64 */
343 347
344 DEVLINK_ATTR_PORT_PCI_PF_NUMBER, /* u16 */ 348 DEVLINK_ATTR_PORT_PCI_PF_NUMBER, /* u16 */
349 DEVLINK_ATTR_PORT_PCI_VF_NUMBER, /* u16 */
350
345 /* add new attributes above here, update the policy in devlink.c */ 351 /* add new attributes above here, update the policy in devlink.c */
346 352
347 __DEVLINK_ATTR_MAX, 353 __DEVLINK_ATTR_MAX,