[dpdk-dev] [PATCH] net/mlx5: fix Rx function selection

2016-10-13 Thread Bruce Richardson
On Tue, Oct 11, 2016 at 05:01:36PM +0200, Adrien Mazarguil wrote: > On Tue, Oct 11, 2016 at 04:44:50PM +0200, Nelio Laranjeiro wrote: > > mlx5_rx_queue_setup() was setting the Rx function by itself instead of > > using priv_select_rx_function() written for that purpose. > > > > Fixes: cdab90cb5c8d

[dpdk-dev] [PATCH] net/mlx5: fix Rx function selection

2016-10-11 Thread Adrien Mazarguil
On Tue, Oct 11, 2016 at 04:44:50PM +0200, Nelio Laranjeiro wrote: > mlx5_rx_queue_setup() was setting the Rx function by itself instead of > using priv_select_rx_function() written for that purpose. > > Fixes: cdab90cb5c8d ("net/mlx5: add Tx/Rx burst function selection wrapper") > > Signed-off-by

[dpdk-dev] [PATCH] net/mlx5: fix Rx function selection

2016-10-11 Thread Nelio Laranjeiro
mlx5_rx_queue_setup() was setting the Rx function by itself instead of using priv_select_rx_function() written for that purpose. Fixes: cdab90cb5c8d ("net/mlx5: add Tx/Rx burst function selection wrapper") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rxq.c | 2 +- 1 file changed, 1