[dpdk-dev] [PATCH] examples/dpdk_qat: Fix RX queue start number to the one just received the packets

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Dec 7 02:32:16 CET 2015


2015-09-29 19:07, Zhe Tao:
> Every time we started to receive the packets, the start queue number
> should be the one that just received the packets, should not start from zero!
> 
[...]
> -		for (i = 0; i < qconf->n_rx_queue; i++) {
> +		for (i = qconf->rx_curr_queue; i < qconf->n_rx_queue; i++) {

Anyone to confirm?


More information about the dev mailing list