This patchset contains small fixes in mlxsw and one fix in the bridge
driver.

Patches #1-#4 perform small adjustments in PCI and FID code following
recent tests that were performed on the Spectrum-2 ASIC.

Patch #5 fixes the bridge driver to mark FDB entries that were added by
user as such. Otherwise, these entries will be ignored by underlying
switch drivers.

Patch #6 fixes a long standing issue in mlxsw where the driver
incorrectly programmed static FDB entries as both static and sticky.

Patches #7-#8 add test cases for above mentioned bugs.

Please consider patches #1, #2 and #4 for stable.

Ido Schimmel (5):
  mlxsw: pci: Ring CQ's doorbell before RDQ's
  net: bridge: Mark FDB entries that were added by user as such
  mlxsw: spectrum_switchdev: Do not treat static FDB entries as sticky
  selftests: mlxsw: Test FDB offload indication
  selftests: forwarding: Add a test case for externally learned FDB
    entries

Nir Dotan (3):
  mlxsw: pci: Increase PCI SW reset timeout
  mlxsw: pci: Return error on PCI reset timeout
  mlxsw: spectrum_fid: Update dummy FID index

 drivers/net/ethernet/mellanox/mlxsw/pci.c     | 16 +++++----
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h  |  3 +-
 .../ethernet/mellanox/mlxsw/spectrum_fid.c    |  4 +--
 .../mellanox/mlxsw/spectrum_switchdev.c       | 12 +++----
 net/bridge/br_fdb.c                           |  5 +++
 .../selftests/drivers/net/mlxsw/rtnetlink.sh  | 20 +++++++++++
 .../net/forwarding/bridge_vlan_aware.sh       | 34 ++++++++++++++++++-
 7 files changed, 77 insertions(+), 17 deletions(-)

-- 
2.20.1

Reply via email to