svn commit: r256820 - in stable/10/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 21 01:15:06 UTC 2013
Author: np
Date: Mon Oct 21 01:15:05 2013
New Revision: 256820
URL: http://svnweb.freebsd.org/changeset/base/256820
Log:
MFC r256467:
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.
Approved by: re (hrs)
Deleted:
stable/10/sys/contrib/rdma/core_priv.h
stable/10/sys/contrib/rdma/ib_addr.h
stable/10/sys/contrib/rdma/ib_cache.h
stable/10/sys/contrib/rdma/ib_cm.h
stable/10/sys/contrib/rdma/ib_fmr_pool.h
stable/10/sys/contrib/rdma/ib_mad.h
stable/10/sys/contrib/rdma/ib_marshall.h
stable/10/sys/contrib/rdma/ib_pack.h
stable/10/sys/contrib/rdma/ib_sa.h
stable/10/sys/contrib/rdma/ib_smi.h
stable/10/sys/contrib/rdma/ib_umem.h
stable/10/sys/contrib/rdma/ib_user_cm.h
stable/10/sys/contrib/rdma/ib_user_mad.h
stable/10/sys/contrib/rdma/ib_user_sa.h
stable/10/sys/contrib/rdma/ib_user_verbs.h
stable/10/sys/contrib/rdma/ib_verbs.h
stable/10/sys/contrib/rdma/iw_cm.h
stable/10/sys/contrib/rdma/rdma_addr.c
stable/10/sys/contrib/rdma/rdma_cache.c
stable/10/sys/contrib/rdma/rdma_cm.h
stable/10/sys/contrib/rdma/rdma_cm_ib.h
stable/10/sys/contrib/rdma/rdma_cma.c
stable/10/sys/contrib/rdma/rdma_device.c
stable/10/sys/contrib/rdma/rdma_iwcm.c
stable/10/sys/contrib/rdma/rdma_user_cm.h
stable/10/sys/contrib/rdma/rdma_verbs.c
stable/10/sys/contrib/rdma/types.h
stable/10/sys/modules/rdma/addr/
stable/10/sys/modules/rdma/cma/
stable/10/sys/modules/rdma/core/
stable/10/sys/modules/rdma/iwcm/
Modified:
stable/10/sys/modules/rdma/Makefile
Directory Properties:
stable/10/sys/ (props changed)
Modified: stable/10/sys/modules/rdma/Makefile
==============================================================================
--- stable/10/sys/modules/rdma/Makefile Mon Oct 21 01:10:37 2013 (r256819)
+++ stable/10/sys/modules/rdma/Makefile Mon Oct 21 01:15:05 2013 (r256820)
@@ -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-stable-10
mailing list