]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev_core.h
ethdev: add port ownership
[dpdk.git] / lib / librte_ether / rte_ethdev_core.h
index 3073e78ec837c29da4a57dfd9b621f0f142b31a4..315b317232a47d64d47ad9649a133c1e055f6e09 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,6 +600,7 @@ 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. */
 };
 
 /**