]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/acl_run_neon.h
replace alignment attributes
[dpdk.git] / lib / librte_acl / acl_run_neon.h
index b3196cd1209bbfa45c0b275022543cdd014850ce..69d1b6d9e19c87ba722df9d04f084a754da7e150 100644 (file)
@@ -9,7 +9,7 @@ struct _neon_acl_const {
        rte_xmm_t xmm_shuffle_input;
        rte_xmm_t xmm_index_mask;
        rte_xmm_t range_base;
-} neon_acl_const  __attribute__((aligned(RTE_CACHE_LINE_SIZE))) = {
+} neon_acl_const __rte_cache_aligned = {
        {
                .u32 = {0x00000000, 0x04040404, 0x08080808, 0x0c0c0c0c}
        },