net/mlx5: convert queue objects to unified malloc
authorSuanming Mou <suanmingm@mellanox.com>
Sun, 28 Jun 2020 09:21:47 +0000 (17:21 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Jul 2020 13:46:30 +0000 (15:46 +0200)
commitac3fc732c42c77d2553c136085e64b6c0ce6bd0e
treee0f9c6aa1f0db0f01d5592d6f65c0cfbaa8192b7
parent2175c4dc62ed8755cfa25ace3beabe869edb3988
net/mlx5: convert queue objects to unified malloc

This commit allocates the Rx/Tx queue objects from unified malloc
function.

Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/mlx5/mlx5_rxq.c
drivers/net/mlx5/mlx5_txpp.c
drivers/net/mlx5/mlx5_txq.c