net/sfc: add port representors infrastructure
[dpdk.git] / drivers / net / sfc / sfc_switch.h
index 84a02a6..a1a2ab9 100644 (file)
@@ -27,6 +27,11 @@ enum sfc_mae_switch_port_type {
         * and thus refers to its underlying PCIe function
         */
        SFC_MAE_SWITCH_PORT_INDEPENDENT = 0,
+       /**
+        * The switch port is operated by a representor RTE ethdev
+        * and thus refers to the represented PCIe function
+        */
+       SFC_MAE_SWITCH_PORT_REPRESENTOR,
 };
 
 struct sfc_mae_switch_port_request {