[PATCH v2 053/148] net/ice/base: add VSI type for subfunctions
Anatoly Burakov
anatoly.burakov at intel.com
Wed Jun 12 17:00:47 CEST 2024
From: Ian Stokes <ian.stokes at intel.com>
Add a separate VSI type for devlink subfunctions due to specific handling in the
driver.
Signed-off-by: Piotr Raczynski <piotr.raczynski at intel.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
---
drivers/net/ice/base/ice_type.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ice/base/ice_type.h b/drivers/net/ice/base/ice_type.h
index 879624fc6f..cfdae5ffb7 100644
--- a/drivers/net/ice/base/ice_type.h
+++ b/drivers/net/ice/base/ice_type.h
@@ -317,6 +317,7 @@ enum ice_vsi_type {
ICE_VSI_PF = 0,
ICE_VSI_CTRL = 3, /* equates to ICE_VSI_PF with 1 queue pair */
ICE_VSI_LB = 6,
+ ICE_VSI_ADI = 8,
};
struct ice_link_status {
--
2.43.0
More information about the dev
mailing list