rps: add CONFIG_RPS
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 24 Mar 2010 19:13:54 +0000 (19:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Mar 2010 19:07:00 +0000 (12:07 -0700)
commitdf3345457a7a174dfb5872a070af80d456985038
treed8d2d2a86d0b3473783ea2709ff242817e78ed54
parent2381a55c88453d3f29fe62d235579a05fc20b7b3
rps: add CONFIG_RPS

RPS currently depends on SMP and SYSFS

Adding a CONFIG_RPS makes sense in case this requirement changes in the
future. This patch saves about 1500 bytes of kernel text in case SMP is
on but SYSFS is off.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/Kconfig
net/core/dev.c