X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_mbuf.c;h=2a788d12cff91810b7a7f6352227e3dfc6420761;hb=503f9e8b42562b923e73e908be6ba69964f1f1e7;hp=1b254812da72d17419517938f3862eb3f17561df;hpb=08b563ffb19d8baf59dd84200f25bc85031d18a7;p=dpdk.git diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index 1b254812da..2a788d12cf 100644 --- a/app/test/test_mbuf.c +++ b/app/test/test_mbuf.c @@ -677,21 +677,10 @@ test_refcnt_mbuf(void) return (0); } -#ifdef RTE_EXEC_ENV_BAREMETAL - -/* baremetal - don't test failing sanity checks */ -static int -test_failing_mbuf_sanity_check(void) -{ - return 0; -} - -#else - #include #include -/* linuxapp - use fork() to test mbuf errors panic */ +/* use fork() to test mbuf errors panic */ static int verify_mbuf_check_panics(struct rte_mbuf *buf) { @@ -776,13 +765,12 @@ test_failing_mbuf_sanity_check(void) return 0; } -#endif static int test_mbuf(void) { - RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != 64); + RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != CACHE_LINE_SIZE * 2); /* create pktmbuf pool if it does not exist */ if (pktmbuf_pool == NULL) {