]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc.h
net/sfc: support flow API isolated mode
[dpdk.git] / drivers / net / sfc / sfc.h
index 007ed24b70b3ed0ed5535fe913b9fd14563b22a5..d287413d6ebcd89e5a97625fafe83a9324d2bfcb 100644 (file)
@@ -150,6 +150,11 @@ struct sfc_port {
        boolean_t                       flow_ctrl_autoneg;
        size_t                          pdu;
 
+       /*
+        * Flow API isolated mode overrides promisc and allmulti settings;
+        * they won't be applied if isolated mode is active
+        */
+       boolean_t                       isolated;
        boolean_t                       promisc;
        boolean_t                       allmulti;