commit | e36fa2f7e92f25aab2e3d787dcfe3590817f19d3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Apr 19 21:17:14 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 20 01:18:05 2010 -0700 |
tree | b1bd60b14131dacc72a80efbd2f062935cc43e25 | |
parent | f5acb907dc24c3822f408211bad1cd6e5d0433cf [diff] |
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>