]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_thash.h
replace alignment attributes
[dpdk.git] / lib / librte_hash / rte_thash.h
index b4aaabe3d80df8bf3e57b1f751a5fb0149873b22..51b51294688167ad1bfbfe886e2d3a344e23cde4 100644 (file)
@@ -107,7 +107,7 @@ union rte_thash_tuple {
        struct rte_ipv4_tuple   v4;
        struct rte_ipv6_tuple   v6;
 #ifdef RTE_ARCH_X86
-} __attribute__((aligned(XMM_SIZE)));
+} __rte_aligned(XMM_SIZE);
 #else
 };
 #endif