> 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
- [dpdk-dev] [PATCH v2 10/30] net/mlx5: separate DPDK from... Nelio Laranjeiro
- Re: [dpdk-dev] [PATCH v2 10/30] net/mlx5: separate ... Yongseok Koh
- Re: [dpdk-dev] [PATCH v2 10/30] net/mlx5: separ... Nélio Laranjeiro
- Re: [dpdk-dev] [PATCH v2 10/30] net/mlx5: s... Yongseok Koh
- [dpdk-dev] [PATCH v2 07/30] net/mlx5: fix reta update ca... Nelio Laranjeiro
- [dpdk-dev] [PATCH v2 09/30] net/mlx5: add reference coun... Nelio Laranjeiro
- Re: [dpdk-dev] [PATCH v2 09/30] net/mlx5: add refer... Yongseok Koh
- Re: [dpdk-dev] [PATCH v2 09/30] net/mlx5: add r... Nélio Laranjeiro
- [dpdk-dev] [PATCH v2 08/30] net/mlx5: fix rxqs vector su... Nelio Laranjeiro
- Re: [dpdk-dev] [PATCH v2 08/30] net/mlx5: fix rxqs ... Yongseok Koh
- [dpdk-dev] [PATCH v2 11/30] net/mlx5: separate DPDK from... Nelio Laranjeiro
- [dpdk-dev] [PATCH v2 13/30] net/mlx5: add reference coun... Nelio Laranjeiro
- [dpdk-dev] [PATCH v2 14/30] net/mlx5: make indirection t... Nelio Laranjeiro
- [dpdk-dev] [PATCH v2 12/30] net/mlx5: add reference coun... Nelio Laranjeiro
- Re: [dpdk-dev] [PATCH v2 12/30] net/mlx5: add refer... Yongseok Koh
- Re: [dpdk-dev] [PATCH v2 12/30] net/mlx5: add refer... Ferruh Yigit
- [dpdk-dev] [PATCH v2 15/30] net/mlx5: add Hash Rx queue ... Nelio Laranjeiro