svn commit: r256467 - in head/sys: contrib/rdma modules/rdma modules/rdma/addr modules/rdma/cma modules/rdma/core modules/rdma/iwcm
Navdeep Parhar
np at FreeBSD.org
Mon Oct 14 22:39:09 UTC 2013
Author: np
Date: Mon Oct 14 22:39:08 2013
New Revision: 256467
URL: http://svnweb.freebsd.org/changeset/base/256467
Log:
Delete all of the old RDMA code (except krping, which was switched to
use sys/ofed some time back). This has been sitting around as dead code
in the tree for a very long time.
Deleted:
head/sys/contrib/rdma/core_priv.h
head/sys/contrib/rdma/ib_addr.h
head/sys/contrib/rdma/ib_cache.h
head/sys/contrib/rdma/ib_cm.h
head/sys/contrib/rdma/ib_fmr_pool.h
head/sys/contrib/rdma/ib_mad.h
head/sys/contrib/rdma/ib_marshall.h
head/sys/contrib/rdma/ib_pack.h
head/sys/contrib/rdma/ib_sa.h
head/sys/contrib/rdma/ib_smi.h
head/sys/contrib/rdma/ib_umem.h
head/sys/contrib/rdma/ib_user_cm.h
head/sys/contrib/rdma/ib_user_mad.h
head/sys/contrib/rdma/ib_user_sa.h
head/sys/contrib/rdma/ib_user_verbs.h
head/sys/contrib/rdma/ib_verbs.h
head/sys/contrib/rdma/iw_cm.h
head/sys/contrib/rdma/rdma_addr.c
head/sys/contrib/rdma/rdma_cache.c
head/sys/contrib/rdma/rdma_cm.h
head/sys/contrib/rdma/rdma_cm_ib.h
head/sys/contrib/rdma/rdma_cma.c
head/sys/contrib/rdma/rdma_device.c
head/sys/contrib/rdma/rdma_iwcm.c
head/sys/contrib/rdma/rdma_user_cm.h
head/sys/contrib/rdma/rdma_verbs.c
head/sys/contrib/rdma/types.h
head/sys/modules/rdma/addr/
head/sys/modules/rdma/cma/
head/sys/modules/rdma/core/
head/sys/modules/rdma/iwcm/
Modified:
head/sys/modules/rdma/Makefile
Modified: head/sys/modules/rdma/Makefile
==============================================================================
--- head/sys/modules/rdma/Makefile Mon Oct 14 22:01:34 2013 (r256466)
+++ head/sys/modules/rdma/Makefile Mon Oct 14 22:39:08 2013 (r256467)
@@ -1,9 +1,5 @@
# $FreeBSD$
-#SUBDIR= addr
-#SUBDIR+= cma
-#SUBDIR+= iwcm
-#SUBDIR+= core
SUBDIR+= krping
.include <bsd.subdir.mk>
More information about the svn-src-all
mailing list