Merge branch 'net-rps-misc'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Apr 2024 10:28:32 +0000 (11:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Apr 2024 10:28:32 +0000 (11:28 +0100)
commit3b4cf29bdab08328dfab5bb7b41a62937ea5b379
tree56a637e4861e796a3919c4f774c057ce3ab34534
parentd823265dd45bbf14bd67aa476057108feb4143ce
parentd3ae5f4632c107d3c2eeb97a60fecc6a6f9d6fbe
Merge branch 'net-rps-misc'

Eric Dumazet says:

====================
net: rps: misc changes

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

Signed-off-by: David S. Miller <davem@davemloft.net>