[dpdk-dev] [PATCH v3 0/2] net/mlx5: make vectorized Tx threshold configurable

Yongseok Koh yskoh at mellanox.com
Thu Nov 1 18:20:30 CET 2018


v3:
* retouch commit log
* fix logical error in switch-case
* Make MLX5_VPMD_MAX_TXQS architecture dependent by removing
  MLX5_VPMD_MAX_TXQS_ARM64

v2:
* add "net/mlx5: move device spawn configuration to probing"
* rename txqs_min_vec to txqs_max_vec

Yongseok Koh (2):
  net/mlx5: move device spawn configuration to probing
  net/mlx5: make vectorized Tx threshold configurable

 doc/guides/nics/mlx5.rst         | 16 ++++++++-
 drivers/net/mlx5/mlx5.c          | 70 ++++++++++++++++++++++++----------------
 drivers/net/mlx5/mlx5.h          |  1 +
 drivers/net/mlx5/mlx5_defs.h     |  9 ++++--
 drivers/net/mlx5/mlx5_rxtx_vec.c |  2 +-
 5 files changed, 67 insertions(+), 31 deletions(-)

-- 
2.11.0



More information about the dev mailing list