From: Ido Schimmel <ido...@mellanox.com> This patchset contains two fixes for mlxsw.
Patch #1 from Petr fixes an issue in which DSCP rewrite can occur even if the egress port was switched to Trust L2 mode where priority mapping is based on PCP. Patch #2 fixes a problem where packets can be learned on a non-existing FID if a tc filter with a redirect action is configured on a bridged port. The problem and fix are explained in detail in the commit message. Please consider both patches for 5.2.y Ido Schimmel (1): mlxsw: spectrum: Do not process learned records with a dummy FID Petr Machata (1): mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 1 + .../net/ethernet/mellanox/mlxsw/spectrum_dcb.c | 16 ++++++++-------- .../net/ethernet/mellanox/mlxsw/spectrum_fid.c | 10 ++++++++++ .../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 6 ++++++ 4 files changed, 25 insertions(+), 8 deletions(-) -- 2.21.0