From owner-freebsd-infiniband@freebsd.org Wed Aug 12 22:25:15 2015 Return-Path: Delivered-To: freebsd-infiniband@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3819A0054 for ; Wed, 12 Aug 2015 22:25:15 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98548230 for ; Wed, 12 Aug 2015 22:25:15 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by pacgr6 with SMTP id gr6so23159836pac.2 for ; Wed, 12 Aug 2015 15:25:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=LcK/sHbiJ295nfl2xo++DTTsK7uR9bHpcMz7Un1Buz8=; b=h+iZVHmcPUorHyetvGhyM/AtKGaN0jJK9d7MO51mI1ihL9x9KP8xrCkvugmlp7in/A CTKZ0lvyh03DnzexXF03u/3rtp5qF1dYIhzVYYuDzxipgwfvjzUPorQI9+Tl3ewlzy7C tW6DGI7cJwcsOOMagF1rUgjDb2TrTevVqamXDLqQAZkow0CCFvHuFhQl1eY1cELJXjS5 4SA6M3YDsqrS/ORxgoZ79Z8hH5Z3AGFxuFH2/TJzVt3gX2c9uiyEkK8BX9iZxHeTfajK EhJh5pvIc/6/3UK/k/ENG1yI29B+AcioXPUhy1UZiUd6KI1aXXF9k+Ok6qbfCA6oGY74 /hCA== X-Received: by 10.69.2.69 with SMTP id bm5mr70949284pbd.41.1439418315250; Wed, 12 Aug 2015 15:25:15 -0700 (PDT) Received: from nparhar-pc (nat-198-95-226-228.netapp.com. [198.95.226.228]) by smtp.gmail.com with ESMTPSA id v4sm138191pdg.79.2015.08.12.15.25.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Aug 2015 15:25:14 -0700 (PDT) Date: Wed, 12 Aug 2015 15:25:07 -0700 From: Navdeep Parhar To: Hans Petter Selasky Cc: freebsd-infiniband@FreeBSD.org, Oded Shanoon Subject: Re: unify_tcp_port_space in OFED Message-ID: <20150812222507.GA2310@nparhar-pc> Mail-Followup-To: Hans Petter Selasky , freebsd-infiniband@FreeBSD.org, Oded Shanoon References: <20150807214626.GA3146@nparhar-pc> <55C5C2A8.4070908@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55C5C2A8.4070908@selasky.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 22:25:15 -0000 Fixed in r286703. On Sat, Aug 08, 2015 at 10:49:44AM +0200, Hans Petter Selasky wrote: > On 08/07/15 23:46, Navdeep Parhar wrote: > >Hello Hans, > > > >Looks like the last major OFED update (r278886) is missing unify_tcp_port_space > >and associated code in cma.c. See the same file in stable/10 or any revision > >prior to r278886. iWARP on FreeBSD has always used the kernel's TCP port space > >because that's the correct thing to do. I can fix this in head but if this > >piece of code is gone from upstream then we'll have to be extra careful during > >future OFED refreshes as we do want to keep this functionality in FreeBSD. > > > >Regards, > >Navdeep > > > > Hi Oded, > > Can you comment on the above? > > --HPS > _______________________________________________ > freebsd-infiniband@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-infiniband > To unsubscribe, send any mail to "freebsd-infiniband-unsubscribe@freebsd.org"