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

Declan Doherty declan.doherty at intel.com
Mon Dec 7 09:47:10 CET 2015


On 07/12/15 01:32, Thomas Monjalon wrote:
> 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?
>

I'll have a look at this this morning Thomas.


More information about the dev mailing list