net/sfc/base: fix error code usage in common code
[dpdk.git] / examples / multi_process / client_server_mp / mp_client / client.c
index dca9eb9..01b535c 100644 (file)
@@ -279,7 +279,8 @@ main(int argc, char *argv[])
                uint16_t i, rx_pkts;
                uint8_t port;
 
-               rx_pkts = rte_ring_dequeue_burst(rx_ring, pkts, PKT_READ_SIZE);
+               rx_pkts = rte_ring_dequeue_burst(rx_ring, pkts,
+                               PKT_READ_SIZE, NULL);
 
                if (unlikely(rx_pkts == 0)){
                        if (need_flush)