X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fpdump%2Fmain.c;h=3b13753d9816dc88987cb58abd83d5ebf46d552f;hb=c0bad56ef8b84a2e03bff1f5739a52248d22aedd;hp=b88090d1c5eb93a7959acb4ed4d57d867c45c3e4;hpb=40f1806e233e009d69635eabe6b06f9c9512df7c;p=dpdk.git diff --git a/app/pdump/main.c b/app/pdump/main.c index b88090d1c5..3b13753d98 100644 --- a/app/pdump/main.c +++ b/app/pdump/main.c @@ -496,7 +496,7 @@ pdump_rxtx(struct rte_ring *ring, uint8_t vdev_id, struct pdump_stats *stats) /* first dequeue packets from ring of primary process */ const uint16_t nb_in_deq = rte_ring_dequeue_burst(ring, - (void *)rxtx_bufs, BURST_SIZE); + (void *)rxtx_bufs, BURST_SIZE, NULL); stats->dequeue_pkts += nb_in_deq; if (nb_in_deq) {