X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Favp%2Frte_avp_common.h;h=ab7d17508321c9e7fd50837a764451ab824f2d50;hb=f35e5b3e07b2e7999f7d3085236cc366c9cb4da6;hp=478c01a1691e61279dfdaa468904ee16f1255d74;hpb=6c9d13410be2b6d3b411ade55d1eafbcb7bef313;p=dpdk.git diff --git a/drivers/net/avp/rte_avp_common.h b/drivers/net/avp/rte_avp_common.h index 478c01a169..ab7d175083 100644 --- a/drivers/net/avp/rte_avp_common.h +++ b/drivers/net/avp/rte_avp_common.h @@ -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 */