]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/rte_acl.c
add prefix to cache line macros
[dpdk.git] / lib / librte_acl / rte_acl.c
index 4b21b8e6c22d1fc71ef1be47b9a7504267513df3..547e6daecfb3d4e23fafcfabbae71d4d1d97f7df 100644 (file)
@@ -203,7 +203,7 @@ rte_acl_create(const struct rte_acl_param *param)
                        goto exit;
                }
 
-               ctx = rte_zmalloc_socket(name, sz, CACHE_LINE_SIZE, param->socket_id);
+               ctx = rte_zmalloc_socket(name, sz, RTE_CACHE_LINE_SIZE, param->socket_id);
 
                if (ctx == NULL) {
                        RTE_LOG(ERR, ACL,