Re: [dpdk-dev] [PATCH v2 08/30] net/mlx5: fix rxqs vector support verification

2017-10-05 Thread Yongseok Koh
> On Oct 5, 2017, at 5:49 AM, Nelio Laranjeiro > 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

[dpdk-dev] [PATCH v2 08/30] net/mlx5: fix rxqs vector support verification

2017-10-05 Thread Nelio Laranjeiro
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 decrea