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, 28 Aug 2018 09:30:26 +0000 (11:30 +0200)
commit7af1fb9faafbc842fc727c49108f5fc4edc08601
treea9c25ca32646fbe346c37814875980bc9c093ead
parent8e9a59a6b924469c0061d4bd945ae0c6dbfdecfe
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]