All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: better packing of global vars
@ 2021-11-15 17:23 Eric Dumazet
  2021-11-15 17:23 ` [PATCH net-next 1/3] once: use __section(".data.once") Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Dumazet @ 2021-11-15 17:23 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski; +Cc: netdev, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

First two patches avoid holes in data section,
and last patch makes sure some siphash keys are contained
in a single cache line.

Eric Dumazet (3):
  once: use __section(".data.once")
  net: use .data.once section in netdev_level_once()
  net: align static siphash keys

 include/linux/netdevice.h            | 2 +-
 include/linux/once.h                 | 2 +-
 include/linux/siphash.h              | 2 ++
 net/core/flow_dissector.c            | 2 +-
 net/core/secure_seq.c                | 4 ++--
 net/ipv4/route.c                     | 2 +-
 net/ipv4/syncookies.c                | 2 +-
 net/ipv6/route.c                     | 2 +-
 net/ipv6/syncookies.c                | 2 +-
 net/netfilter/nf_conntrack_core.c    | 4 ++--
 net/netfilter/nf_conntrack_expect.c  | 2 +-
 net/netfilter/nf_conntrack_netlink.c | 2 +-
 net/netfilter/nf_nat_core.c          | 2 +-
 13 files changed, 16 insertions(+), 14 deletions(-)

-- 
2.34.0.rc1.387.gb447b232ab-goog


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

end of thread, other threads:[~2021-11-17  3:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 17:23 [PATCH net-next 0/3] net: better packing of global vars Eric Dumazet
2021-11-15 17:23 ` [PATCH net-next 1/3] once: use __section(".data.once") Eric Dumazet
2021-11-15 17:23 ` [PATCH net-next 2/3] net: use .data.once section in netdev_level_once() Eric Dumazet
2021-11-15 17:23 ` [PATCH net-next 3/3] net: align static siphash keys Eric Dumazet
2021-11-17  3:20 ` [PATCH net-next 0/3] net: better packing of global vars patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.