OSDN Git Service

Merge branch 'tcp-receive-path-optimizations'
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 Oct 2021 01:02:16 +0000 (18:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Oct 2021 01:02:17 +0000 (18:02 -0700)
commite43b76abf768cb10880282990eca54c10d0ff40c
treeaafe4c0416c1ccb732d061d9401ca760fb773490
parentfd559a943e3ad919b47ee480e3edb230a818a6b1
parent12c8691de30734a29b84cae35a4bf1cccca6ad0a
Merge branch 'tcp-receive-path-optimizations'

Eric Dumazet says:

====================
tcp: receive path optimizations

This series aims to reduce cache line misses in RX path.

I am still working on better cache locality in tcp_sock but
this will wait few more weeks.
====================

Link: https://lore.kernel.org/r/20211025164825.259415-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>