Re: [PATCH] sunrpc: allow SOMAXCONN backlogged TCP connections

From: cel
Date: Fri Apr 18 2025 - 10:00:31 EST


From: Chuck Lever <chuck.lever@xxxxxxxxxx>

On Thu, 17 Apr 2025 14:54:36 -0400, Jeff Layton wrote:
> The connection backlog passed to listen() denotes the number of
> connections that are fully established, but that have not yet been
> accept()ed. If the amount goes above that level, new connection requests
> will be dropped on the floor until the value goes down. If all the knfsd
> threads are bogged down in (e.g.) disk I/O, new connection attempts can
> stall because of this.
>
> [...]

Applied to nfsd-testing, thanks!

[1/1] sunrpc: allow SOMAXCONN backlogged TCP connections
commit: 1fe4a78475a5203a9ee1d9ede1bc2043cb505382

--
Chuck Lever