From nobody Fri Aug 27 11:14:57 2021 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A3DDA17A4EA4 for ; Fri, 27 Aug 2021 11:15:07 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GwxvZ3602z4d5L for ; Fri, 27 Aug 2021 11:15:06 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id EB1A33925; Fri, 27 Aug 2021 13:14:58 +0200 (CEST) Received: from comet2.terra.ger ([130.75.117.49]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2021082713145859-113183 ; Fri, 27 Aug 2021 13:14:58 +0200 Date: Fri, 27 Aug 2021 13:14:57 +0200 From: Gerrit Kuehn To: Rick Macklem Cc: freebsd-net Subject: Re: RFC: NFS trunking (multiple TCP connections for a mount Message-ID: <20210827131457.7543ad74@comet2.terra.ger> In-Reply-To: References: <362300CE-30DA-4552-A3E4-0F3DFE385B2A@lysator.liu.se> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.1) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 27/08/2021 13:14:58, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 27/08/2021 13:14:58, Serialize complete at 27/08/2021 13:14:58 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.102.4 at mailgate2 X-Virus-Status: Clean X-Rspamd-Queue-Id: 4GwxvZ3602z4d5L X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of gerrit.kuehn@aei.mpg.de has no SPF policy when checking 130.75.2.114) smtp.mailfrom=gerrit.kuehn@aei.mpg.de X-Spamd-Result: default: False [-2.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[mpg.de]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[130.75.2.114:from]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:130.75.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[130.75.2.114:from] X-ThisMailContainsUnwantedMimeParts: N On Fri, 2 Jul 2021 02:40:49 +0000 Rick Macklem wrote: > >In case anyone is interested in testing and/or reviewing the patch, > >it is at https://reviews.freebsd.org/D30970. > The phabricator patch has been updated. Please test/review/comment. Sorry for picking this old thread up again, but I have a question: I followed the patch to this point: https://reviews.freebsd.org/R10:1e0a518d65488caafff89a4ecba9cfb2be233379 I guess I'm still too unfamiliar with the new code repository. How would I find out now where this ended up, i.e., in which branches (HEAD, 13-stable, whereever) I would find this patch already merged and ready to be tested? cu Gerrit