All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] TCP splice improvements
@ 2023-05-19 13:33 Pavel Begunkov
  2023-05-19 13:33 ` [PATCH net-next 1/2] net/tcp: optimise locking for blocking splice Pavel Begunkov
  2023-05-19 13:33 ` [PATCH net-next 2/2] net/tcp: optimise non error splice paths Pavel Begunkov
  0 siblings, 2 replies; 8+ messages in thread
From: Pavel Begunkov @ 2023-05-19 13:33 UTC (permalink / raw)
  To: netdev, edumazet, davem, dsahern, pabeni, kuba; +Cc: Pavel Begunkov

The main part is in Patch 1, which optimises locking for successful
blocking TCP splice read, following with a clean up in Patch 2.

Pavel Begunkov (2):
  net/tcp: optimise locking for blocking splice
  net/tcp: optimise non error splice paths

 net/ipv4/tcp.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

-- 
2.40.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-23 13:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 13:33 [PATCH net-next 0/2] TCP splice improvements Pavel Begunkov
2023-05-19 13:33 ` [PATCH net-next 1/2] net/tcp: optimise locking for blocking splice Pavel Begunkov
2023-05-23 13:52   ` Paolo Abeni
2023-05-24 12:51     ` Pavel Begunkov
2023-06-19  9:27       ` Pavel Begunkov
2023-06-19 10:59         ` Eric Dumazet
2023-06-23 13:42           ` Pavel Begunkov
2023-05-19 13:33 ` [PATCH net-next 2/2] net/tcp: optimise non error splice paths Pavel Begunkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.