X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_mbuf.c;h=98ff93afd21dbc6799445846b4273e9a25e0ee27;hp=cfa12e3326a0a2908bd301b9c730c4df123e447c;hb=99a5744147ea079828a52ee904ea79ba52602c16;hpb=acf7b47cdcc173d8ae9e36d66a434655bf837726 diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index cfa12e3326..98ff93afd2 100644 --- a/app/test/test_mbuf.c +++ b/app/test/test_mbuf.c @@ -930,7 +930,7 @@ test_failing_mbuf_sanity_check(void) static int test_mbuf(void) { - RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != RTE_CACHE_LINE_SIZE * 2); + RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != RTE_CACHE_LINE_MIN_SIZE * 2); /* create pktmbuf pool if it does not exist */ if (pktmbuf_pool == NULL) {