net/mlx5: Add missing RDMA_RX capabilities
authorMaor Gottlieb <maorg@mellanox.com>
Sun, 14 Jul 2019 08:33:07 +0000 (11:33 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 25 Jul 2019 20:30:59 +0000 (13:30 -0700)
commit987f6c69dd923069d443f6a37225f5b1630a30f2
treeabce4bbf72a8c65a055a2ab4885a4e1aed557b47
parent08aa5e7da6bce1a1963f63cf32c2e7ad434ad578
net/mlx5: Add missing RDMA_RX capabilities

New flow table type RDMA_RX was added but the MLX5_CAP_FLOW_TABLE_TYPE
didn't handle this new flow table type.
This means that MLX5_CAP_FLOW_TABLE_TYPE returns an empty capability to
this flow table type.

Update both the macro and the maximum supported flow table type to
RDMA_RX.

Fixes: d83eb50e29de ("net/mlx5: Add support in RDMA RX steering")
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h