netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/2] Reorganize remaining patch of networking struct cachelines
@ 2023-12-04 20:12 Coco Li
  2023-12-04 20:12 ` [PATCH v1 net-next 1/2] net-device: reorganize net_device fast path variables Coco Li
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Coco Li @ 2023-12-04 20:12 UTC (permalink / raw)
  To: Jakub Kicinski, Eric Dumazet, Neal Cardwell,
	Mubashir Adnan Qureshi, Paolo Abeni, Andrew Lunn, Jonathan Corbet,
	David Ahern, Daniel Borkmann
  Cc: netdev, Chao Wu, Wei Wang, Pradeep Nemavat, Coco Li

Rebase patches to top-of-head in https://lwn.net/Articles/951321/ to
ensure the results of the cacheline savings are still accurate.

Coco Li (2):
  net-device: reorganize net_device fast path variables
  tcp: reorganize tcp_sock fast path variables

 include/linux/netdevice.h | 117 ++++++++++--------
 include/linux/tcp.h       | 248 ++++++++++++++++++++------------------
 net/core/dev.c            |  56 +++++++++
 net/ipv4/tcp.c            |  93 ++++++++++++++
 4 files changed, 347 insertions(+), 167 deletions(-)

-- 
2.43.0.rc2.451.g8631bc7472-goog


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

end of thread, other threads:[~2023-12-06  5:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 20:12 [PATCH v1 net-next 0/2] Reorganize remaining patch of networking struct cachelines Coco Li
2023-12-04 20:12 ` [PATCH v1 net-next 1/2] net-device: reorganize net_device fast path variables Coco Li
2023-12-04 20:30   ` Eric Dumazet
2023-12-05 16:05   ` David Ahern
2023-12-04 20:12 ` [PATCH v1 net-next 2/2] tcp: reorganize tcp_sock " Coco Li
2023-12-04 20:31   ` Eric Dumazet
2023-12-05 16:08   ` David Ahern
2023-12-06  5:00 ` [PATCH v1 net-next 0/2] Reorganize remaining patch of networking struct cachelines patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).