svn commit: r325617 - stable/10/sys/ofed/drivers/infiniband/core

Hans Petter Selasky hselasky at FreeBSD.org
Thu Nov 9 19:46:42 UTC 2017


Author: hselasky
Date: Thu Nov  9 19:46:40 2017
New Revision: 325617
URL: https://svnweb.freebsd.org/changeset/base/325617

Log:
  Remove the now obsolete "unify_tcp_port_space" ibcore module parameter.
  Missed as part of the MFC of r324792 in r325611.
  
  This is a direct commit.
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/10/sys/ofed/drivers/infiniband/core/cma.c

Modified: stable/10/sys/ofed/drivers/infiniband/core/cma.c
==============================================================================
--- stable/10/sys/ofed/drivers/infiniband/core/cma.c	Thu Nov  9 19:30:10 2017	(r325616)
+++ stable/10/sys/ofed/drivers/infiniband/core/cma.c	Thu Nov  9 19:46:40 2017	(r325617)
@@ -62,11 +62,6 @@ static int tavor_quirk = 0;
 module_param_named(tavor_quirk, tavor_quirk, int, 0644);
 MODULE_PARM_DESC(tavor_quirk, "Tavor performance quirk: limit MTU to 1K if > 0");
 
-int unify_tcp_port_space = 1;
-module_param(unify_tcp_port_space, int, 0644);
-MODULE_PARM_DESC(unify_tcp_port_space, "Unify the host TCP and RDMA port "
-		 "space allocation (default=1)");
-
 #define CMA_CM_RESPONSE_TIMEOUT 20
 #define CMA_MAX_CM_RETRIES 15
 #define CMA_CM_MRA_SETTING (IB_CM_MRA_FLAG_DELAY | 24)


More information about the svn-src-all mailing list