Re: [dpdk-dev] [PATCH 4/5] net/mlx5: select Rx/Tx callbacks when starting device

2017-06-30 Thread Nélio Laranjeiro
On Wed, Jun 28, 2017 at 04:04:02PM -0700, Yongseok Koh wrote: > The callbacks are global to a device but the seletion is made every queue > configuration, which is redundant. > > Signed-off-by: Yongseok Koh >[...] Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND

[dpdk-dev] [PATCH 4/5] net/mlx5: select Rx/Tx callbacks when starting device

2017-06-28 Thread Yongseok Koh
The callbacks are global to a device but the seletion is made every queue configuration, which is redundant. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxq.c | 2 -- drivers/net/mlx5/mlx5_trigger.c | 3 +++ drivers/net/mlx5/mlx5_txq.c | 2 -- 3 files changed, 3 insertions(+),