Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 19:46:40 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r325617 - stable/10/sys/ofed/drivers/infiniband/core
Message-ID:  <201711091946.vA9JkeYV054893@repo.freebsd.org>

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



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