]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avp/rte_avp_common.h
replace alignment attributes
[dpdk.git] / drivers / net / avp / rte_avp_common.h
index 478c01a1691e61279dfdaa468904ee16f1255d74..ab7d17508321c9e7fd50837a764451ab824f2d50 100644 (file)
@@ -116,7 +116,7 @@ struct rte_avp_desc {
        uint32_t pad3;
        uint16_t vlan_tci; /**< VLAN Tag Control Identifier (CPU order). */
        uint32_t pad4;
-} __attribute__ ((__aligned__(RTE_CACHE_LINE_SIZE), __packed__));
+} __attribute__ ((__packed__)) __rte_cache_aligned;
 
 
 /**{ AVP device features */