]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: Remove Mellanox SwitchIB ASIC support
authorAmit Cohen <amcohen@nvidia.com>
Mon, 17 May 2021 17:04:00 +0000 (20:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 May 2021 22:15:46 +0000 (15:15 -0700)
commit133bbba27082c4760ddcbc4b55ab8d6a9f5c801a
tree75493c02c3067fdecde57f471c71276a182f9542
parentda2e7c7da359de20cd14bfa8668fc4a7068936e5
mlxsw: Remove Mellanox SwitchIB ASIC support

Initial support for the Mellanox SwitchIB and SwitchIB-2 ASICs was added
in October 2016, but since then development of this driver stopped.
Therefore, the driver does not support any offloads and simply registers
devlink ports for its front panel ports, rendering it irrelevant for
deployment.

Given the driver is not used by any users and that there is no intention
of investing in its development, remove it from the kernel.

Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/Kconfig
drivers/net/ethernet/mellanox/mlxsw/Makefile
drivers/net/ethernet/mellanox/mlxsw/pci.h
drivers/net/ethernet/mellanox/mlxsw/switchib.c [deleted file]