X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fpdump%2Fmain.c;h=d05a0236670a0f33c54fd4aa6c13364c3a073ab2;hb=9a6d2fae261c64dabbafc981acb8a2940f750204;hp=903d02f482330690f86f0c5f2848c0cfc77bffd7;hpb=6fcf85860575b4075a1fc255e7907afe359178b3;p=dpdk.git diff --git a/app/pdump/main.c b/app/pdump/main.c index 903d02f482..d05a023667 100644 --- a/app/pdump/main.c +++ b/app/pdump/main.c @@ -595,7 +595,7 @@ configure_vdev(uint16_t port_id) if (ret != 0) rte_exit(EXIT_FAILURE, "dev config failed\n"); - for (q = 0; q < txRings; q++) { + for (q = 0; q < txRings; q++) { ret = rte_eth_tx_queue_setup(port_id, q, TX_DESC_PER_QUEUE, rte_eth_dev_socket_id(port_id), NULL); if (ret < 0)