]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_mbuf.c
add prefix to cache line macros
[dpdk.git] / app / test / test_mbuf.c
index 2a788d12cff91810b7a7f6352227e3dfc6420761..e86ba22ea60309a22093aab65f444397cebc47d0 100644 (file)
@@ -770,7 +770,7 @@ test_failing_mbuf_sanity_check(void)
 static int
 test_mbuf(void)
 {
-       RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != CACHE_LINE_SIZE * 2);
+       RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != RTE_CACHE_LINE_SIZE * 2);
 
        /* create pktmbuf pool if it does not exist */
        if (pktmbuf_pool == NULL) {