android_kernel_google_msm/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
..
datagram.c
dev.c rps: keep the old behavior on SMP without rps 2010-04-01 18:41:40 -07:00
dev_mcast.c net: Fix dev_mc_add() 2010-03-10 07:32:28 -08:00
drop_monitor.c net: remove INIT_RCU_HEAD() usage 2010-02-17 00:03:27 -08:00
dst.c fix net/core/dst.c coding style error and warnings 2010-03-30 23:51:08 -07:00
ethtool.c netdev: ethtool RXHASH flag 2010-03-30 23:51:08 -07:00
fib_rules.c net: remove rcu locking from fib_rules_event() 2010-03-16 21:23:19 -07:00
filter.c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 2010-02-28 19:23:06 -08:00
flow.c
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
Makefile
neighbour.c net: Annotates neigh_invalidate() 2010-03-10 07:32:28 -08:00
net-sysfs.c rps: fix net-sysfs build for !CONFIG_RPS 2010-03-29 01:00:44 -07:00
net-sysfs.h
net-traces.c
net_namespace.c
netevent.c
netpoll.c NET: netpoll, fix potential NULL ptr dereference 2010-03-16 14:15:45 -07:00
pktgen.c pktgen node allocation 2010-03-21 20:33:36 -07:00
request_sock.c
rtnetlink.c net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 2010-03-27 17:15:29 -07:00
scm.c scm: Only support SCM_RIGHTS on unix domain sockets. 2010-02-28 18:22:02 -08:00
skbuff.c rps: Receive Packet Steering 2010-03-16 21:23:18 -07:00
sock.c sock.c: potential null dereference 2010-03-07 15:25:50 -08:00
stream.c
sysctl_net_core.c
user_dma.c
utils.c