]> Git Repo - linux.git/commit
SUNRPC: Use TCP_CORK to optimise send performance on the server
authorTrond Myklebust <[email protected]>
Tue, 16 Feb 2021 17:17:22 +0000 (12:17 -0500)
committerChuck Lever <[email protected]>
Tue, 16 Feb 2021 17:32:31 +0000 (12:32 -0500)
commite0a912e8ddbaa0536352dd8318845cdfdbab7bab
tree4f617fb832e8cd3a77a18941f7fd5a764169b59b
parent0ac24c320c4d89a9de6ec802591398b8675c7b3c
SUNRPC: Use TCP_CORK to optimise send performance on the server

Use a counter to keep track of how many requests are queued behind the
xprt->xpt_mutex, and keep TCP_CORK set until the queue is empty.

Signed-off-by: Trond Myklebust <[email protected]>
Link: https://lore.kernel.org/linux-nfs/[email protected]/T/#u
Signed-off-by: Chuck Lever <[email protected]>
include/linux/sunrpc/svcsock.h
net/sunrpc/svcsock.c
This page took 0.065629 seconds and 4 git commands to generate.