net/sfc: move isolated flag in adapter shared
[dpdk.git] / drivers / net / sfc / sfc.h
index 72992d6..e8569bb 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;