> On Oct 5, 2017, at 5:49 AM, Nelio Laranjeiro <nelio.laranje...@6wind.com> 
> 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: ys...@mellanox.com
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
> ---
Acked-by: Yongseok Koh <ys...@mellanox.com>
 
Thanks

Reply via email to