[dpdk-dev] [PATCH] net/mlx5: fix UAR remapping on non configured queues

2018-02-06 Thread Nelio Laranjeiro
priv_tx_uar_remap() is wrongly considering the queue is already configured and thus present in the queue array of the device. Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file descriptor") Cc: xuemi...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- driver

Re: [dpdk-dev] [PATCH] net/mlx5: fix UAR remapping on non configured queues

2018-02-06 Thread Shahaf Shuler
Tuesday, February 6, 2018 11:26 AM, Nelio Laranjeiro: > priv_tx_uar_remap() is wrongly considering the queue is already configured > and thus present in the queue array of the device. > > Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file > descriptor") > Cc: xuemi...@mellanox.com