All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] mlxsw: Various updates
@ 2021-05-17 17:03 Ido Schimmel
  2021-05-17 17:03 ` [PATCH net-next 01/11] selftests: mlxsw: Make the unsplit array global in port_scale test Ido Schimmel
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Ido Schimmel @ 2021-05-17 17:03 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, jiri, petrm, danieller, amcohen, mlxsw, Ido Schimmel

This patchset contains various updates to the mlxsw driver and related
selftests.

Patches #1-#5 contain various updates to mlxsw selftests. The most
significant change is the conversion of the DCB selftests to use the new
iproute2 DCB support.

Patches #6-#9 contain mostly trivial changes to the driver itself. No
user facing changes.

Patches #10-#11 remove support for SwitchX-2 and SwitchIB ASICs that did
not see any updates in the last 4-5 years and will not see any in the
future. See individual commit messages for detailed explanation as to
why it is OK to remove these drivers from the kernel.

Amit Cohen (2):
  mlxsw: Remove Mellanox SwitchIB ASIC support
  mlxsw: Remove Mellanox SwitchX-2 ASIC support

Danielle Ratson (3):
  selftests: mlxsw: Make the unsplit array global in port_scale test
  mlxsw: spectrum_buffers: Switch function arguments
  mlxsw: Verify the accessed index doesn't exceed the array length

Ido Schimmel (3):
  selftests: mlxsw: Make sampling test more robust
  mlxsw: core: Avoid unnecessary EMAD buffer copy
  mlxsw: spectrum_router: Avoid missing error code warning

Petr Machata (3):
  selftests: mlxsw: qos_headroom: Convert to iproute2 dcb
  selftests: mlxsw: qos_pfc: Convert to iproute2 dcb
  selftests: mlxsw: qos_lib: Drop __mlnx_qos

 drivers/net/ethernet/mellanox/mlxsw/Kconfig   |   22 -
 drivers/net/ethernet/mellanox/mlxsw/Makefile  |    4 -
 drivers/net/ethernet/mellanox/mlxsw/core.c    |    2 +-
 drivers/net/ethernet/mellanox/mlxsw/ib.h      |    9 -
 drivers/net/ethernet/mellanox/mlxsw/minimal.c |    4 +
 drivers/net/ethernet/mellanox/mlxsw/pci.c     |    5 -
 drivers/net/ethernet/mellanox/mlxsw/pci.h     |    3 -
 .../net/ethernet/mellanox/mlxsw/spectrum.c    |    5 +
 .../mellanox/mlxsw/spectrum_buffers.c         |    6 +-
 .../ethernet/mellanox/mlxsw/spectrum_ptp.c    |    3 +
 .../ethernet/mellanox/mlxsw/spectrum_router.c |    9 +-
 .../mellanox/mlxsw/spectrum_switchdev.c       |    4 +
 .../net/ethernet/mellanox/mlxsw/switchib.c    |  595 ------
 .../net/ethernet/mellanox/mlxsw/switchx2.c    | 1691 -----------------
 .../selftests/drivers/net/mlxsw/port_scale.sh |    4 +-
 .../drivers/net/mlxsw/qos_headroom.sh         |   69 +-
 .../selftests/drivers/net/mlxsw/qos_lib.sh    |   14 -
 .../selftests/drivers/net/mlxsw/qos_pfc.sh    |   24 +-
 .../selftests/drivers/net/mlxsw/tc_sample.sh  |   12 +-
 19 files changed, 83 insertions(+), 2402 deletions(-)
 delete mode 100644 drivers/net/ethernet/mellanox/mlxsw/ib.h
 delete mode 100644 drivers/net/ethernet/mellanox/mlxsw/switchib.c
 delete mode 100644 drivers/net/ethernet/mellanox/mlxsw/switchx2.c

-- 
2.31.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-17 22:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 17:03 [PATCH net-next 00/11] mlxsw: Various updates Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 01/11] selftests: mlxsw: Make the unsplit array global in port_scale test Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 02/11] selftests: mlxsw: Make sampling test more robust Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 03/11] selftests: mlxsw: qos_headroom: Convert to iproute2 dcb Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 04/11] selftests: mlxsw: qos_pfc: " Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 05/11] selftests: mlxsw: qos_lib: Drop __mlnx_qos Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 06/11] mlxsw: spectrum_buffers: Switch function arguments Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 07/11] mlxsw: Verify the accessed index doesn't exceed the array length Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 08/11] mlxsw: core: Avoid unnecessary EMAD buffer copy Ido Schimmel
2021-05-17 17:03 ` [PATCH net-next 09/11] mlxsw: spectrum_router: Avoid missing error code warning Ido Schimmel
2021-05-17 17:04 ` [PATCH net-next 10/11] mlxsw: Remove Mellanox SwitchIB ASIC support Ido Schimmel
2021-05-17 17:04 ` [PATCH net-next 11/11] mlxsw: Remove Mellanox SwitchX-2 " Ido Schimmel
2021-05-17 22:30 ` [PATCH net-next 00/11] mlxsw: Various updates patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.