mbuf: remove build option to disable refcnt
[dpdk.git] / examples / ip_pipeline / main.c
index 2c53877..7eee187 100644 (file)
@@ -148,17 +148,12 @@ app_lcore_main_loop(__attribute__((unused)) void *arg)
                        rte_exit(EXIT_FAILURE, "ACL not present in build\n");
 #endif
 
-#ifdef RTE_MBUF_REFCNT
                case APP_CORE_IPV4_FRAG:
                        app_main_loop_pipeline_ipv4_frag();
                        return 0;
                case APP_CORE_IPV4_RAS:
                        app_main_loop_pipeline_ipv4_ras();
                        return 0;
-#else
-                       rte_exit(EXIT_FAILURE,
-                               "mbuf chaining not present in build\n");
-#endif
 
                default:
                        rte_panic("%s: Invalid core type for core %u\n",