net/mlx5: prepare Tx queues to have different types
authorOri Kam <orika@mellanox.com>
Wed, 30 Oct 2019 23:53:14 +0000 (23:53 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Nov 2019 22:15:04 +0000 (23:15 +0100)
commit894c4a8e5af6fc609c2401b01a99d94de390ba53
treeaf2eb6c843fc7b415d04aef6d97682d8c07542f9
parente79c9be9151529b9e7cff77c2a12fb849f0793d0
net/mlx5: prepare Tx queues to have different types

Currently all Tx queues are created using Verbs.
This commit modify the naming so it will not include verbs,
since in next commit a new type will be introduce (hairpin)

Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_rxtx.c
drivers/net/mlx5/mlx5_rxtx.h
drivers/net/mlx5/mlx5_trigger.c
drivers/net/mlx5/mlx5_txq.c