From: Ian Stokes <ian.sto...@intel.com>

Add a separate VSI type for devlink subfunctions due to specific handling in the
driver.

Signed-off-by: Piotr Raczynski <piotr.raczyn...@intel.com>
Signed-off-by: Ian Stokes <ian.sto...@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

Reply via email to