This series add more information and flexibility to the user to use or not the vPMD. An information will be printed to inform the user which Tx/Rx function have been automatically selected in addition, new device parameters are added to disable Tx/Rx vector (see device documentation for more details).
Nelio Laranjeiro (5): net/mlx5: warn which Tx/Rx burst function is selected net/mlx5: add parameters to enable/disable vector code net/mlx5: avoid reusing old queue's mbuf on reconfigure net/mlx5: prepare vector Rx ring at setup time net/mlx5: cleanup Rx ring in free functions doc/guides/nics/mlx5.rst | 14 ++++ drivers/net/mlx5/mlx5.c | 23 +++++++ drivers/net/mlx5/mlx5.h | 2 + drivers/net/mlx5/mlx5_ethdev.c | 11 ++- drivers/net/mlx5/mlx5_rxq.c | 129 +++++++++++++++-------------------- drivers/net/mlx5/mlx5_rxtx.c | 6 -- drivers/net/mlx5/mlx5_rxtx.h | 4 +- drivers/net/mlx5/mlx5_rxtx_vec_sse.c | 47 ++----------- 8 files changed, 107 insertions(+), 129 deletions(-) -- 2.1.4