]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/dpaa/base/qbman/qman.c
replace alignment attributes
[dpdk.git] / drivers / bus / dpaa / base / qbman / qman.c
index b53eb9e5eefa6f58b04adb1dc51eb8cab7b77fcc..b596e79c2fce1701df1eb8b56a61f177fce34418 100644 (file)
@@ -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
 };