Date: Wed, 4 Aug 2021 00:27:11 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 311759c5363d - stable/13 - RELNOTES: Add entries for commits 9fb6e613373c and 9ec7dbf46b0a Message-ID: <202108040027.1740RB99055019@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=311759c5363dbb8ee649722bf33bdba7158bbef0 commit 311759c5363dbb8ee649722bf33bdba7158bbef0 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2021-08-04 00:24:23 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2021-08-04 00:24:23 +0000 RELNOTES: Add entries for commits 9fb6e613373c and 9ec7dbf46b0a This is a direct commit. --- RELNOTES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/RELNOTES b/RELNOTES index 376615308ada..100e005d253a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,29 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +9fb6e613373c: + Add a sysctl called vfs.nfsd.srvmaxio that can be used to + increase the NFS server's maximum I/O size from 128Kbytes + to any power of 2 up to 1Mbyte. It can only be set when + the nfsd threads are not running and will normally require + an increase in kern.ipc.maxsockbuf to at least the value + recommended by the console log message generated when + setting vfs.nfsd.srvmaxio is first attempted. + +9ec7dbf46b0a: + Add a new NFSv4.1/4.2 mount option "nconnect" that can + be used to specify the number of TCP connections that + will be used for the mount, up to a maximum of 16. + The first (default) TCP connection will be used for + all RPCs that consist of small RPC messages. + The RPCs that can consist of large RPC messages + (Read/Readdir/ReaddirPlus/Write) will be sent on the + additional TCP connections in a round robin fashion. + If either the NFS client or NFS server have multiple + network interfaces aggregated together or a network + interface that uses multiple queues, this can increase + NFS performance for the mount. + various: One True Awk has been updated to the latest from upstream (20210215). All the FreeBSD patches, but one, have now been
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108040027.1740RB99055019>