]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/main.c
examples/vhost: allow mergeable packets with vector ixgbe
[dpdk.git] / examples / vhost / main.c
index 291128e0365adb18ad865f2540f46a62ff4e55f5..57ef4648847e8447db74402c8c5765bd269ce7db 100644 (file)
@@ -2863,13 +2863,6 @@ MAIN(int argc, char *argv[])
        ret = us_vhost_parse_args(argc, argv);
        if (ret < 0)
                rte_exit(EXIT_FAILURE, "Invalid argument\n");
-#ifdef RTE_IXGBE_INC_VECTOR
-       if (mergeable == 1) {
-               rte_exit(EXIT_FAILURE,
-                       "sorry, mergeable feature doesn't work with vec sg recv, " \
-                       "please disable it in cfg as a workaround\n");
-       }
-#endif
 
        for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id ++)
                if (rte_lcore_is_enabled(lcore_id))