]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_ivshmem.c
app: no more bare metal environment
[dpdk.git] / app / test / test_ivshmem.c
index e759939cba6dbff2cd9c909f6ac3c2a8c4293832..2996a860771ed9e589214ea50d4b199b3892ddb2 100644 (file)
@@ -43,8 +43,6 @@
 
 #include "test.h"
 
-#ifdef RTE_LIBRTE_IVSHMEM
-
 #include <rte_common.h>
 #include <rte_ivshmem.h>
 #include <rte_string_fns.h>
@@ -437,4 +435,3 @@ static struct test_command ivshmem_cmd = {
        .callback = test_ivshmem,
 };
 REGISTER_TEST_COMMAND(ivshmem_cmd);
-#endif /* RTE_LIBRTE_IVSHMEM */