]> 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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2012 19:35:56 +0000 (14:35 -0500)
commitbaefa31db2f2b13a05d1b81bdf2d20d487f58b0a
treea770f25f3af37b3124dfcac835c79eea6801a64d
parent2a95388353b74a70b9c43c55a781faa92e1a14f1
net-rps: Fix brokeness causing OOO packets

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>
net/core/dev.c