X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fdpaa%2Fbase%2Fqbman%2Fqman.c;h=b596e79c2fce1701df1eb8b56a61f177fce34418;hb=f35e5b3e07b2e7999f7d3085236cc366c9cb4da6;hp=b53eb9e5eefa6f58b04adb1dc51eb8cab7b77fcc;hpb=8c83f28cc8a4dc7ee0fab676051dd483695d4140;p=dpdk.git diff --git a/drivers/bus/dpaa/base/qbman/qman.c b/drivers/bus/dpaa/base/qbman/qman.c index b53eb9e5ee..b596e79c2f 100644 --- a/drivers/bus/dpaa/base/qbman/qman.c +++ b/drivers/bus/dpaa/base/qbman/qman.c @@ -94,7 +94,7 @@ struct qman_portal { * address (6 bits for address shift + 4 bits for the DQRR size). */ struct qm_dqrr_entry shadow_dqrr[QM_DQRR_SIZE] - __attribute__((aligned(1024))); + __rte_aligned(1024); #endif };