Skip to content

Commit 30e0f6c

Browse files
bharatpotnurijgunthorpe
authored andcommitted
RDMA/iw_cxgb3: Remove the iw_cxgb3 module from kernel
Remove iw_cxgb3 module from kernel as the corresponding HW Chelsio T3 has reached EOL. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Potnuri Bharat Teja <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent f3fceba commit 30e0f6c

24 files changed

+0
-9742
lines changed

Documentation/ABI/stable/sysfs-class-infiniband

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -314,25 +314,6 @@ Description:
314314
board_id: (RO) Manufacturing board ID
315315

316316

317-
sysfs interface for Chelsio T3 RDMA Driver (cxgb3)
318-
--------------------------------------------------
319-
320-
What: /sys/class/infiniband/cxgb3_X/hw_rev
321-
What: /sys/class/infiniband/cxgb3_X/hca_type
322-
What: /sys/class/infiniband/cxgb3_X/board_id
323-
Date: Feb, 2007
324-
KernelVersion: v2.6.21
325-
326-
Description:
327-
hw_rev: (RO) Hardware revision number
328-
329-
hca_type: (RO) HCA type. Here it is a driver short name.
330-
It should normally match the name in its bus
331-
driver structure (e.g. pci_driver::name).
332-
333-
board_id: (RO) Manufacturing board id
334-
335-
336317
sysfs interface for Mellanox ConnectX HCA IB driver (mlx4)
337318
----------------------------------------------------------
338319

MAINTAINERS

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4459,14 +4459,6 @@ W: http://www.chelsio.com
44594459
S: Supported
44604460
F: drivers/scsi/cxgbi/cxgb3i
44614461

4462-
CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
4463-
M: Potnuri Bharat Teja <[email protected]>
4464-
4465-
W: http://www.openfabrics.org
4466-
S: Supported
4467-
F: drivers/infiniband/hw/cxgb3/
4468-
F: include/uapi/rdma/cxgb3-abi.h
4469-
44704462
CXGB4 CRYPTO DRIVER (chcr)
44714463
M: Atul Gupta <[email protected]>
44724464

drivers/infiniband/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ config INFINIBAND_ADDR_TRANS_CONFIGFS
8383
if INFINIBAND_USER_ACCESS || !INFINIBAND_USER_ACCESS
8484
source "drivers/infiniband/hw/mthca/Kconfig"
8585
source "drivers/infiniband/hw/qib/Kconfig"
86-
source "drivers/infiniband/hw/cxgb3/Kconfig"
8786
source "drivers/infiniband/hw/cxgb4/Kconfig"
8887
source "drivers/infiniband/hw/efa/Kconfig"
8988
source "drivers/infiniband/hw/i40iw/Kconfig"

drivers/infiniband/hw/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
33
obj-$(CONFIG_INFINIBAND_QIB) += qib/
4-
obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/
54
obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/
65
obj-$(CONFIG_INFINIBAND_EFA) += efa/
76
obj-$(CONFIG_INFINIBAND_I40IW) += i40iw/

drivers/infiniband/hw/cxgb3/Kconfig

Lines changed: 0 additions & 19 deletions
This file was deleted.

drivers/infiniband/hw/cxgb3/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)