Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 22:39:09 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256467 - in head/sys: contrib/rdma modules/rdma modules/rdma/addr modules/rdma/cma modules/rdma/core modules/rdma/iwcm
Message-ID:  <201310142239.r9EMd912005760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142239.r9EMd912005760>