net/mlx5: make vectorized Tx threshold configurable
authorYongseok Koh <yskoh@mellanox.com>
Thu, 1 Nov 2018 17:20:32 +0000 (17:20 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 5 Nov 2018 14:01:25 +0000 (15:01 +0100)
commit09d8b41699bb0d90f736015a977fd3613769b4e0
treefb2e53b90a1c719116fe0533d6ef3f5f014e2eba
parentf87bfa8eaedf59643f2cae405e691f0e04685f2a
net/mlx5: make vectorized Tx threshold configurable

Add txqs_max_vec parameter to configure the maximum number of Tx queues to
enable vectorized Tx. And its default value is set according to the
architecture and device type.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
doc/guides/nics/mlx5.rst
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_defs.h
drivers/net/mlx5/mlx5_rxtx_vec.c