diff options
author | 2021-01-26 15:24:12 -0800 | |
---|---|---|
committer | 2021-01-27 19:53:52 -0800 | |
commit | 1c46d7409f301592731f941a7ec6c51cb6b54b0b (patch) | |
tree | 31f05f106b96d313c4bf5b62e0871b1622f72064 /drivers/net/ethernet/intel/igc | |
parent | net/mlx5: Notify on trap action by blocking event (diff) | |
download | linux-rng-1c46d7409f301592731f941a7ec6c51cb6b54b0b.tar.xz linux-rng-1c46d7409f301592731f941a7ec6c51cb6b54b0b.zip |
net/mlx5e: Optimize promiscuous mode
Change steering flow to optimize traffic in promiscuous mode. On demand,
add a high priority table containing a catch-all rule. All incoming
packets are caught by this rule and steered directly to the TTC table.
Prior to this change, packets in promiscuous mode may suffer from up to
4 steering hops before reaching TTC table.
In addition, this patch will allow us adding a catch-all rule at the end
of MAC table to serve MAC trap, with no impact on promiscuous mode
performance.
Signed-off-by: Aya Levin <ayal@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions