]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Cleanup Flow Steering level
authorAya Levin <ayal@nvidia.com>
Thu, 21 Jan 2021 07:32:52 +0000 (09:32 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 30 Mar 2021 04:21:52 +0000 (21:21 -0700)
commitd7041dbdd6a05712cdb5f579bc3ed2a0337166fd
tree2116ecb960963be4646d571d49ee3fde522fff93
parent1b9f7d41c506ef69dbfc9da1e0ad02894df4b39e
net/mlx5e: Cleanup Flow Steering level

Flow Steering levels are used to determine the order between the tables.
As of today, each one of these tables follows the TTC table, and hijacks
its traffic, and cannot be combined together for now. Putting them in
the same layer better reflects the situation.

Signed-off-by: Aya Levin <ayal@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/fs.h
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c