Re: [dpdk-dev] [PATCH] net/mlx5: fix reusing Rx/Tx queues

2017-03-21 Thread Nélio Laranjeiro
Yongseok, Please see few comments below On Mon, Mar 20, 2017 at 04:38:04PM -0700, Yongseok Koh wrote: > When configuring Rx/Tx queue, if queue already exists, it is reused. But if > the queue size is changed, it must be resized to not access/overwrite > invalid memory. > > Fixes: 2e22920b85d9 ("

[dpdk-dev] [PATCH] net/mlx5: fix reusing Rx/Tx queues

2017-03-20 Thread Yongseok Koh
When configuring Rx/Tx queue, if queue already exists, it is reused. But if the queue size is changed, it must be resized to not access/overwrite invalid memory. Fixes: 2e22920b85d9 ("mlx5: support non-scattered Tx and Rx") CC: sta...@dpdk.org Signed-off-by: Yongseok Koh --- drivers/net/mlx5/ml