app/testpmd: add multiple pools per core creation
[dpdk.git] / app / test-pmd / cmdline.c
index 078f063..19b1896 100644 (file)
@@ -2925,7 +2925,7 @@ cmd_setup_rxtx_queue_parsed(
                if (!numa_support || socket_id == NUMA_NO_CONFIG)
                        socket_id = port->socket_id;
 
-               mp = mbuf_pool_find(socket_id);
+               mp = mbuf_pool_find(socket_id, 0);
                if (mp == NULL) {
                        printf("Failed to setup RX queue: "
                                "No mempool allocation"