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

2017-07-03 Thread Nélio Laranjeiro
On Fri, Jun 30, 2017 at 12:23:32PM -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 Same here, already acked in v1. Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND

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

2017-06-30 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(+),