]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-rds-rds-tcp-bug-fix-collection-subset-1-work-queue-scalability'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 13 Jan 2026 11:27:05 +0000 (12:27 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 13 Jan 2026 11:27:05 +0000 (12:27 +0100)
Allison Henderson says:

====================
net/rds: RDS-TCP bug fix collection, subset 1: Work queue scalability

This is subset 1 of the RDS-TCP bug fix collection series I posted last
Oct.  The greater series aims to correct multiple rds-tcp bugs that
can cause dropped or out of sequence messages.  The set was starting to
get a bit large, so I've broken it down into smaller sets to make
reviews more manageable.

In this subset, we focus on work queue scalability.  Messages queues
are refactored to operate in parallel across multiple connections,
which improves response times and avoids timeouts.

The entire set can be viewed in the rfc here:
https://lore.kernel.org/netdev/20251022191715.157755-1-achender@kernel.org/

Questions, comments, flames appreciated!
====================

Link: https://patch.msgid.link/20260109224843.128076-1-achender@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge