The branch stable/13 has been updated by rmacklem:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=311759c5363dbb8ee649722bf33bdba7158bbef0

commit 311759c5363dbb8ee649722bf33bdba7158bbef0
Author:     Rick Macklem <rmack...@freebsd.org>
AuthorDate: 2021-08-04 00:24:23 +0000
Commit:     Rick Macklem <rmack...@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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to