X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_mbuf.c;fp=app%2Ftest%2Ftest_mbuf.c;h=e86ba22ea60309a22093aab65f444397cebc47d0;hp=2a788d12cff91810b7a7f6352227e3dfc6420761;hb=fdf20fa7bee9df9037116318a87080e1eb7e757e;hpb=be04c7072745e0471fc185c31c2a2df835ee4e06 diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index 2a788d12cf..e86ba22ea6 100644 --- a/app/test/test_mbuf.c +++ b/app/test/test_mbuf.c @@ -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) {