]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev_core.h
app/procinfo: fix strncpy usage in args parsing
[dpdk.git] / lib / librte_ether / rte_ethdev_core.h
index 315b317232a47d64d47ad9649a133c1e055f6e09..e5681e4668464c34300dbd120e8c1b1f8d21c11f 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