net/mlx5: add function for Rx verbs work queue
authorDekel Peled <dekelp@mellanox.com>
Mon, 22 Jul 2019 14:52:17 +0000 (14:52 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:36 +0000 (14:31 +0200)
commitabc81aafde6cfc42d3337e746a2d2139f95db722
treea101b7174b97fadb622ad01d856b5632f7401df1
parent8bbad00a91699f41fee91853274642df51e7afe0
net/mlx5: add function for Rx verbs work queue

Verbs WQ for RxQ is created inside function mlx5_rxq_obj_new().
This patch moves the creation of verbs WQ to dedicated function
mlx5_ibv_wq_new().

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5_rxq.c