> On Oct 5, 2017, at 5:49 AM, Nelio Laranjeiro <[email protected]> 
> wrote:
> 
> The number of queues in DPDK does not means that the array of queue will be
> totally filled, those information are uncorrelated.  The number of queues
> is provided in the port configuration whereas the array is filled by
> calling tx/rx_queue_setup().  As this number of queue is not increased or
> decrease according to tx/rx_queue_setup() or tx/rx_queue_release(), PMD
> must consider a queue may not be initialised in some position of the array.
> 
> Fixes: 6cb559d67b83 ("net/mlx5: add vectorized Rx/Tx burst for x86")
> Cc: [email protected]
> Cc: [email protected]
> 
> Signed-off-by: Nelio Laranjeiro <[email protected]>
> ---
Acked-by: Yongseok Koh <[email protected]>
 
Thanks

Reply via email to