[dpdk-dev] [PATCH v2] net/mlx5: enable/disable vPMD and some cleanups

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Wed Aug 2 17:32:55 CEST 2017


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).

Changes in v2:

Remove other patches to only leave the most important one, the capability
for the user to deactivate the Tx/Rx vector code at runtime.  It can be very
useful to blame this young code in cases of issues without having to tweak
and recompile the code to reach the same goal.

Other patches will be differed for the next release has they are less
important.


Nelio Laranjeiro (1):
  net/mlx5: add parameters to enable/disable vector code

 doc/guides/nics/mlx5.rst             | 14 ++++++++++++++
 drivers/net/mlx5/mlx5.c              | 23 +++++++++++++++++++++++
 drivers/net/mlx5/mlx5.h              |  2 ++
 drivers/net/mlx5/mlx5_rxtx_vec_sse.c |  9 +++++++--
 4 files changed, 46 insertions(+), 2 deletions(-)

-- 
2.1.4



More information about the dev mailing list