[PATCH 0/1] [Focal] Remove the iw_cxgb3 module from kernel
Ike Panhc
ike.pan at canonical.com
Thu Mar 12 09:25:20 UTC 2020
Upstream commit 30e0f6cf5acb39cd04316d1eecbf4c6087c7ee02
There is no project related. When I work on RDMA/hns
patches and find out iw_cxgb3 is removed from kernel
as the corresponding HW Chelsio T3 has reached EOL.
Since we won't have any support and update from upstream,
I believe to remove from focal kernel is also a good idea.
This patch is built against the pull request I sent for
RDMA/hns.
Potnuri Bharat Teja (1):
RDMA/iw_cxgb3: Remove the iw_cxgb3 module from kernel
.../ABI/stable/sysfs-class-infiniband | 19 -
MAINTAINERS | 8 -
drivers/infiniband/Kconfig | 1 -
drivers/infiniband/hw/Makefile | 1 -
drivers/infiniband/hw/cxgb3/Kconfig | 19 -
drivers/infiniband/hw/cxgb3/Makefile | 7 -
drivers/infiniband/hw/cxgb3/cxio_hal.c | 1312 ----------
drivers/infiniband/hw/cxgb3/cxio_hal.h | 204 --
drivers/infiniband/hw/cxgb3/cxio_resource.c | 344 ---
drivers/infiniband/hw/cxgb3/cxio_resource.h | 69 -
drivers/infiniband/hw/cxgb3/cxio_wr.h | 802 ------
drivers/infiniband/hw/cxgb3/iwch.c | 282 --
drivers/infiniband/hw/cxgb3/iwch.h | 155 --
drivers/infiniband/hw/cxgb3/iwch_cm.c | 2258 -----------------
drivers/infiniband/hw/cxgb3/iwch_cm.h | 233 --
drivers/infiniband/hw/cxgb3/iwch_cq.c | 230 --
drivers/infiniband/hw/cxgb3/iwch_ev.c | 232 --
drivers/infiniband/hw/cxgb3/iwch_mem.c | 101 -
drivers/infiniband/hw/cxgb3/iwch_provider.c | 1321 ----------
drivers/infiniband/hw/cxgb3/iwch_provider.h | 347 ---
drivers/infiniband/hw/cxgb3/iwch_qp.c | 1082 --------
drivers/infiniband/hw/cxgb3/tcb.h | 632 -----
include/uapi/rdma/cxgb3-abi.h | 82 -
include/uapi/rdma/rdma_user_ioctl_cmds.h | 1 -
24 files changed, 9742 deletions(-)
delete mode 100644 drivers/infiniband/hw/cxgb3/Kconfig
delete mode 100644 drivers/infiniband/hw/cxgb3/Makefile
delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_hal.c
delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_hal.h
delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_resource.c
delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_resource.h
delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_wr.h
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch.h
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_cm.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_cm.h
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_cq.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_ev.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_mem.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_provider.c
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_provider.h
delete mode 100644 drivers/infiniband/hw/cxgb3/iwch_qp.c
delete mode 100644 drivers/infiniband/hw/cxgb3/tcb.h
delete mode 100644 include/uapi/rdma/cxgb3-abi.h
--
2.17.1
More information about the kernel-team
mailing list