]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a9b51964928d3036dcd9185e262d0c52fff51ad
treeabce4bbf72a8c65a055a2ab4885a4e1aed557b47
parenta859af26fd01ecec244e46a075798248314d6ac0
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: 2e0caeb4b274 ("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