1
0
Files
linux/net/core
Changli Gao 152102c7f2 rps: keep the old behavior on SMP without rps
keep the old behavior on SMP without rps

RPS introduces a lock operation to per cpu variable input_pkt_queue on
SMP whenever rps is enabled or not. On SMP without RPS, this lock isn't
needed at all.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
net/core/dev.c | 42 ++++++++++++++++++++++++++++--------------
1 file changed, 28 insertions(+), 14 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-01 18:41:40 -07:00
..
2010-03-10 07:32:28 -08:00
2010-03-30 23:51:08 -07:00
2008-11-25 17:35:18 -08:00
2009-12-02 19:57:15 -08:00
2010-03-10 07:32:28 -08:00
2010-03-21 20:33:36 -07:00
2010-03-16 21:23:18 -07:00
2010-03-07 15:25:50 -08:00