X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_mbuf.c;h=e86ba22ea60309a22093aab65f444397cebc47d0;hb=47b14020885de8c10687a376e8d09af7e9f27f48;hp=66bcbc54b039c9be3f8db6a6773d53f7af8c4a08;hpb=f867492346bd271742dd34974e9cf8ac55ddb869;p=dpdk.git diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index 66bcbc54b0..e86ba22ea6 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) != 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) {