]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net-rps: Fix brokeness causing OOO packets
authorTom Herbert <therbert@google.com>
Fri, 16 Nov 2012 09:04:15 +0000 (09:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:34:36 +0000 (11:34 -0800)
commit3cc4eadd5674d1f00be32e5e4bdc74fbb3714185
tree4c6ecc911d152ce6af7c91653f1df48c907d2e05
parentc5d6a966762eb5bac5960235461fd6893aaa8498
net-rps: Fix brokeness causing OOO packets

[ Upstream commit baefa31db2f2b13a05d1b81bdf2d20d487f58b0a ]

In commit c445477d74ab3779 which adds aRFS to the kernel, the CPU
selected for RFS is not set correctly when CPU is changing.
This is causing OOO packets and probably other issues.

Signed-off-by: Tom Herbert <therbert@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/core/dev.c