mem: move virtual area function in common directory
[dpdk.git] / lib / librte_ether / rte_ethdev_core.h
index 3073e78..e5681e4 100644 (file)
@@ -548,6 +548,7 @@ struct rte_eth_dev {
 } __rte_cache_aligned;
 
 struct rte_eth_dev_sriov;
+struct rte_eth_dev_owner;
 
 /**
  * @internal
@@ -599,7 +600,8 @@ struct rte_eth_dev_data {
        int numa_node;  /**< NUMA node connection */
        struct rte_vlan_filter_conf vlan_filter_conf;
        /**< VLAN filter configuration. */
-};
+       struct rte_eth_dev_owner owner; /**< The port owner. */
+} __rte_cache_aligned;
 
 /**
  * @internal