netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] net: more three misplaced fields
@ 2024-02-08 14:43 Eric Dumazet
  2024-02-08 14:43 ` [PATCH net 1/3] tcp: move tp->scaling_ratio to tcp_sock_read_txrx group Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Dumazet @ 2024-02-08 14:43 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: netdev, Naman Gulati, Coco Li, Wei Wang, eric.dumazet,
	Eric Dumazet

We recently reorganized some structures for better data locality
in networking fast paths.

This series moves three fields that were not correctly classified.

There probably more to come.

Reference : https://lwn.net/Articles/951321/

Eric Dumazet (3):
  tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
  tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
  net-device: move lstats in net_device_read_txrx

 Documentation/networking/net_cachelines/net_device.rst |  4 ++--
 Documentation/networking/net_cachelines/tcp_sock.rst   |  4 ++--
 include/linux/netdevice.h                              | 10 +++++-----
 include/linux/tcp.h                                    |  6 +++---
 net/core/dev.c                                         |  3 ++-
 net/ipv4/tcp.c                                         |  3 ++-
 6 files changed, 16 insertions(+), 14 deletions(-)

-- 
2.43.0.594.gd9cf4e227d-goog


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

end of thread, other threads:[~2024-02-12 10:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 14:43 [PATCH net 0/3] net: more three misplaced fields Eric Dumazet
2024-02-08 14:43 ` [PATCH net 1/3] tcp: move tp->scaling_ratio to tcp_sock_read_txrx group Eric Dumazet
2024-02-09 17:15   ` Simon Horman
2024-02-08 14:43 ` [PATCH net 2/3] tcp: move tp->tcp_usec_ts " Eric Dumazet
2024-02-09 17:15   ` Simon Horman
2024-02-08 14:43 ` [PATCH net 3/3] net-device: move lstats in net_device_read_txrx Eric Dumazet
2024-02-09 17:15   ` Simon Horman
2024-02-12 10:00 ` [PATCH net 0/3] net: more three misplaced fields 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).