]> 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)
commiteaa6ea60bdf57009fbab310f85f8638fe2225880
tree75493c02c3067fdecde57f471c71276a182f9542
parentb45b44a65fb4c3e844000a2d5a485e23160ce022
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]