netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/8] net: rps: misc changes
@ 2024-03-29 15:42 Eric Dumazet
  2024-03-29 15:42 ` [PATCH v2 net-next 1/8] net: move kick_defer_list_purge() to net/core/dev.h Eric Dumazet
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Eric Dumazet @ 2024-03-29 15:42 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: netdev, eric.dumazet, Eric Dumazet

Make RPS/RFS a bit more efficient with better cache locality
and heuristics.

Aso shrink include/linux/netdevice.h a bit.

v2: fixed a build issue in patch 6/8 with CONFIG_RPS=n
    (Jakub and kernel build bots)

Eric Dumazet (8):
  net: move kick_defer_list_purge() to net/core/dev.h
  net: move dev_xmit_recursion() helpers to net/core/dev.h
  net: enqueue_to_backlog() change vs not running device
  net: make softnet_data.dropped an atomic_t
  net: enqueue_to_backlog() cleanup
  net: rps: change input_queue_tail_incr_save()
  net: rps: add rps_input_queue_head_add() helper
  net: rps: move received_rps field to a better location

 include/linux/netdevice.h | 38 ++------------------
 include/net/rps.h         | 28 +++++++++++++++
 net/core/dev.c            | 73 ++++++++++++++++++++++-----------------
 net/core/dev.h            | 23 ++++++++++--
 net/core/net-procfs.c     |  3 +-
 5 files changed, 95 insertions(+), 70 deletions(-)

-- 
2.44.0.478.gd926399ef9-goog


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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 15:42 [PATCH v2 net-next 0/8] net: rps: misc changes Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 1/8] net: move kick_defer_list_purge() to net/core/dev.h Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 2/8] net: move dev_xmit_recursion() helpers " Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 3/8] net: enqueue_to_backlog() change vs not running device Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 4/8] net: make softnet_data.dropped an atomic_t Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 5/8] net: enqueue_to_backlog() cleanup Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 6/8] net: rps: change input_queue_tail_incr_save() Eric Dumazet
2024-03-30 14:46   ` Jason Xing
2024-03-30 16:01     ` Eric Dumazet
2024-03-30 16:07       ` Jason Xing
2024-03-30 16:07         ` Jason Xing
2024-04-12 15:09       ` Jason Xing
2024-03-29 15:42 ` [PATCH v2 net-next 7/8] net: rps: add rps_input_queue_head_add() helper Eric Dumazet
2024-03-29 15:42 ` [PATCH v2 net-next 8/8] net: rps: move received_rps field to a better location Eric Dumazet
2024-03-30 16:11 ` [PATCH v2 net-next 0/8] net: rps: misc changes Jason Xing
2024-04-02  4:31 ` Jakub Kicinski

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).