]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc.h
net/sfc: move isolated flag in adapter shared
[dpdk.git] / drivers / net / sfc / sfc.h
index 72992d68b17f47519e60d0a0e9869da8f1e2d7a7..e8569bbbc196415f10c2f52c56b9f9c66b906bb7 100644 (file)
@@ -131,7 +131,6 @@ struct sfc_port {
         * 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;
 
@@ -184,6 +183,8 @@ struct sfc_adapter_shared {
 
        struct sfc_rss                  rss;
 
+       boolean_t                       isolated;
+
        struct rte_pci_addr             pci_addr;
        uint16_t                        port_id;