From owner-freebsd-current@freebsd.org Mon Apr 19 15:13:21 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 44B705F57C8 for ; Mon, 19 Apr 2021 15:13:21 +0000 (UTC) (envelope-from SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FP9LS32tjz4Whd for ; Mon, 19 Apr 2021 15:13:20 +0000 (UTC) (envelope-from SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net) Received: from [10.3.0.190] (hq.bonet.sk [92.60.48.52]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 0D46E45CF6A; Mon, 19 Apr 2021 17:13:11 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: NFS issues since upgrading to 13-RELEASE From: Juraj Lutter In-Reply-To: Date: Mon, 19 Apr 2021 17:13:10 +0200 Cc: Olav Gjerde , "freebsd-current@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <94034888-14FB-46B3-B5E4-AAD327FD1E8E@FreeBSD.org> References: <902a3c81-2ce8-49c0-b163-5ffa4b90afe5@www.fastmail.com> To: Rick Macklem X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4FP9LS32tjz4Whd X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net has no SPF policy when checking 2a01:b200:0:1:f816:3eff:fecd:13e6) smtp.mailfrom=SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net X-Spamd-Result: default: False [-1.29 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_SHORT(-0.99)[-0.990]; FORGED_SENDER(0.30)[otis@FreeBSD.org,SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from]; ASN(0.00)[asn:44185, ipnet:2a01:b200::/32, country:SK]; R_DKIM_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[otis@FreeBSD.org,SRS0=lpOP=JQ=FreeBSD.org=otis@ns2.wilbury.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 15:13:21 -0000 > On 19 Apr 2021, at 17:03, Rick Macklem wrote: >=20 > Olav Gjerde wrote: >> I have tried D29690 patch and reverting back to r367492 this weekend. = Neither made any difference for my system. For me, reverting the patch in r367492, solved all the problems. In addition, I also turned off LRO and TSO on NICs comprising the lagg = interface over which NFS service is provided. otis