kernel: add a RPS balancer
authorJohn Crispin <john@phrozen.org>
Mon, 13 Aug 2018 14:24:17 +0000 (16:24 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 14 Aug 2018 06:21:01 +0000 (08:21 +0200)
commit02bd64ba932dd0fbf4fd185854a98e239b34945c
tree1551ee5f8e300884109c4ac999dc25d9478dfe44
parentc178c61c9cf3678dd60ab9d1d4d761cea3e7209d
kernel: add a RPS balancer

By default the RPS delegation will happen by masking the last few bits of
skb->hash. This patch adds an inermediate hash bucket that maps the masked
hash to a RPS core. This makes RPS results much more deterministic on SMP
systems.

Signed-off-by: John Crispin <john@phrozen.org>
target/linux/generic/hack-4.14/600-net-core-add-RPS-balancer.patch [new file with mode: 0644]