net/mlx5e: RX, Split WQ objects for different RQ types
authorTariq Toukan <tariqt@mellanox.com>
Mon, 2 Apr 2018 14:23:14 +0000 (17:23 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 1 Jun 2018 23:48:15 +0000 (16:48 -0700)
commit422d4c401edd186722d7530ffdaf11a6bb542cab
treee4ba5e63488fc58dbd30482a6eb00fbfd65ab9e2
parent6c3a823e1e9c645f30c5b03fefe87fea8881060b
net/mlx5e: RX, Split WQ objects for different RQ types

Replace the common RQ WQ object with two separate ones for the
different RQ types.
This is in preparation for switching to using a cyclic WQ type
in Legacy RQ.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c