]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Use separate trap group for FID miss
authorIdo Schimmel <idosch@mellanox.com>
Mon, 25 May 2020 23:05:47 +0000 (02:05 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2020 03:33:57 +0000 (20:33 -0700)
commit362124eff0fd9b91c21075364c0b95fa98f545fb
tree0c4b335c78bd97203c9eafdd70b5f1b0120ab2b8
parent7eca4006d96b8efd299e433af38034656772687c
mlxsw: spectrum: Use separate trap group for FID miss

When a packet enters the device it is classified to a filtering
identifier (FID) based on the ingress port and VLAN. The FID miss trap
is used to trap packets for which a FID could not be found.

In mlxsw this trap should only be triggered when a port is enslaved to
an OVS bridge and a matching ACL rule could not be found, so as to
trigger learning.

These packets are therefore completely unrelated to packets hitting
local routes and should be in a different group. Move them.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/reg.h
drivers/net/ethernet/mellanox/mlxsw/spectrum.c