From 30a71b3c307a5ffe3c9cfe30ecde883601bf8879 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 29 Jul 2016 20:33:43 +0000 Subject: [PATCH] sdp: Remove Linux build files. They aren't useful here, and Linux seems to have largely abandoned SDP anyway. Sponsored by: EMC / Isilon Storage Division --- sys/ofed/drivers/infiniband/ulp/sdp/Kconfig | 28 -------------------- sys/ofed/drivers/infiniband/ulp/sdp/Makefile | 6 ----- 2 files changed, 34 deletions(-) delete mode 100644 sys/ofed/drivers/infiniband/ulp/sdp/Kconfig delete mode 100644 sys/ofed/drivers/infiniband/ulp/sdp/Makefile diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig b/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig deleted file mode 100644 index 551454f1bc6..00000000000 --- a/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig +++ /dev/null @@ -1,28 +0,0 @@ -config INFINIBAND_SDP - tristate "Sockets Direct Protocol" - depends on INFINIBAND && INFINIBAND_IPOIB - ---help--- - Support for Sockets Direct Protocol (SDP). This provides - sockets semantics over InfiniBand via address family - AF_INET_SDP (address family 27). You can also LD_PRELOAD the - libsdp library from to have standard - sockets applications use SDP. - -config INFINIBAND_SDP_DEBUG - bool "Sockets Direct Protocol debugging" - depends on INFINIBAND_SDP - ---help--- - This option causes debugging code to be compiled into the - SDP driver. The output can be turned on via the debug_level - module parameter (which can also be set through sysfs after the - driver is loaded). - -config INFINIBAND_SDP_DEBUG_DATA - bool "Sockets Direct Protocol data path debugging" - depends on INFINIBAND_SDP_DEBUG - ---help--- - This option compiles debugging code into the data path - of the SDP driver. The output can be turned on via the - data_debug_level module parameter; however, even with output - turned off, this debugging code will have some performance - impact. diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/Makefile b/sys/ofed/drivers/infiniband/ulp/sdp/Makefile deleted file mode 100644 index 5c250e9d9da..00000000000 --- a/sys/ofed/drivers/infiniband/ulp/sdp/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -EXTRA_CFLAGS += -Idrivers/infiniband/include -EXTRA_CFLAGS += -ggdb - -obj-$(CONFIG_INFINIBAND_SDP) += ib_sdp.o - -ib_sdp-objs := sdp_main.o sdp_cma.o sdp_bcopy.o sdp_proc.o sdp_tx.o sdp_rx.o sdp_zcopy.o