diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2020-11-30 17:55:26 -0800 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-30 17:55:26 -0800 |
| commit | 5f3e915c36d59c94a917e207df4361f23d9c821d (patch) | |
| tree | 22796b798d2a4ed571c1bf4f48e1a7c8576ec0f3 /scripts/patch-kernel | |
| parent | Merge branch 'dpaa_eth-add-xdp-support' (diff) | |
| parent | mptcp: use mptcp release_cb for delayed tasks (diff) | |
| download | linux-5f3e915c36d59c94a917e207df4361f23d9c821d.tar.gz linux-5f3e915c36d59c94a917e207df4361f23d9c821d.zip | |
Merge branch 'mptcp-avoid-workqueue-usage-for-data'
Paolo Abeni says:
====================
mptcp: avoid workqueue usage for data
The current locking schema used to protect the MPTCP data-path
requires the usage of the MPTCP workqueue to process the incoming
data, depending on trylock result.
The above poses scalability limits and introduces random delays
in MPTCP-level acks.
With this series we use a single spinlock to protect the MPTCP
data-path, removing the need for workqueue and delayed ack usage.
This additionally reduces the number of atomic operations required
per packet and cleans-up considerably the poll/wake-up code.
====================
Link: https://lore.kernel.org/r/cover.1606413118.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
