X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_ethdev_core.h;h=e5681e4668464c34300dbd120e8c1b1f8d21c11f;hb=b7cc54187ea4;hp=3073e78ec837c29da4a57dfd9b621f0f142b31a4;hpb=7be5c826bd283dcf8fbc96f9e45aee6f414c5d20;p=dpdk.git diff --git a/lib/librte_ether/rte_ethdev_core.h b/lib/librte_ether/rte_ethdev_core.h index 3073e78ec8..e5681e4668 100644 --- a/lib/librte_ether/rte_ethdev_core.h +++ b/lib/librte_ether/rte_ethdev_core.h @@ -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