mem: move virtual area function in common directory
[dpdk.git] / lib / librte_ether / rte_ethdev_core.h
index 315b317..e5681e4 100644 (file)
@@ -601,7 +601,7 @@ struct rte_eth_dev_data {
        struct rte_vlan_filter_conf vlan_filter_conf;
        /**< VLAN filter configuration. */
        struct rte_eth_dev_owner owner; /**< The port owner. */
-};
+} __rte_cache_aligned;
 
 /**
  * @internal