rps: cleanups
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 19 Apr 2010 21:17:14 +0000 (21:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Apr 2010 08:18:05 +0000 (01:18 -0700)
commite36fa2f7e92f25aab2e3d787dcfe3590817f19d3
treeb1bd60b14131dacc72a80efbd2f062935cc43e25
parentf5acb907dc24c3822f408211bad1cd6e5d0433cf
rps: cleanups

struct softnet_data holds many queues, so consistent use "sd" name
instead of "queue" is better.

Adds a rps_ipi_queued() helper to cleanup enqueue_to_backlog()

Adds a _and_irq_disable suffix to net_rps_action() name, as David
suggested.

incr_input_queue_head() becomes input_queue_head_incr()

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