From owner-freebsd-net@FreeBSD.ORG Wed Sep 17 15:44:23 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EEAB1F8 for ; Wed, 17 Sep 2014 15:44:23 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D8F5E47 for ; Wed, 17 Sep 2014 15:44:23 +0000 (UTC) Received: from [192.168.200.200] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 4EB4519413C; Wed, 17 Sep 2014 15:44:22 +0000 (UTC) Subject: Re: Multipath TCP for FreeBSD v0.4 From: Sean Bruno Reply-To: sbruno@freebsd.org To: Nigel Williams In-Reply-To: <5418F8E4.8070606@swin.edu.au> References: <513CB9AF.3090409@swin.edu.au> <53BF8945.3000802@swin.edu.au> <540D0741.6030403@swin.edu.au> <1410907731.1166.13.camel@bruno> <5418F8E4.8070606@swin.edu.au> Content-Type: text/plain; charset="us-ascii" Date: Wed, 17 Sep 2014 08:44:21 -0700 Message-ID: <1410968661.1166.32.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 15:44:23 -0000 On Wed, 2014-09-17 at 12:58 +1000, Nigel Williams wrote: > On 17/09/14 08:48, Sean Bruno wrote: > > On Mon, 2014-09-08 at 11:32 +1000, Nigel Williams wrote: > >> Hi, > >> > >> We recently released a new tech report "Design Overview of > Multipath TCP > >> version 0.4 for FreeBSD-11" [1]. The report provides some details > on > >> various aspects of the implementation (session management, > data-level > >> retransmission etc), as of the most recent v0.4 patch [2]. > >> > >> cheers, > >> nigel > >> > >> [1] http://caia.swin.edu.au/reports/140822A/CAIA-TR-140822A.pdf > >> [2] http://caia.swin.edu.au/urp/newtcp/mptcp/tools.html > >> > > > > > > Nigel: > > > > Hi! Are you folks interested in having this patchset incorporated > into > > the main line of FreeBSD? I'm open to putting up a phabricator > review > > for you folks at https://reviews.freebsd.org if that's something you > > guys want to do? > > > > sean > > > > Hi Sean, > > Thanks, but I think it's too early to put it into phabricator. The > patch > releases thus far are early test previews for those who are > interested > and perhaps willing to play around with. So in short, it's not > production quality and not ready for committing to mainline. > > I'll continue to announce these patches on the mailing list for the > time > being. I'm of course open to feedback/suggestions/questions and will > provide documentation with each release. > > cheers, > nigel > > Noted. Thank you for the feedback. I hope, that someday, https://reviews.freebsd.org becomes more of a code review tool for users than it is being used for today. sean