net/mlx5e: Enhance ICOSQ WQE info fields
authorTariq Toukan <tariqt@mellanox.com>
Mon, 16 Dec 2019 12:05:07 +0000 (14:05 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 9 May 2020 08:05:42 +0000 (01:05 -0700)
commit28bff09518e9ef942173e41e7521b93ea7be0cf0
treeba1567c5ae99fddcb7eff8972eefd10d4c0dc67b
parent6b74f60ef5a97ec3988a41e4bb745660029209a2
net/mlx5e: Enhance ICOSQ WQE info fields

The same WQE opcode might be used in different ICOSQ flows
and WQE types.
To have a better distinguishability, replace it with an enum that
better indicates the WQE type and flow it is used for.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c