From: Eric Dumazet Date: Mon, 19 Apr 2010 21:17:14 +0000 (+0000) Subject: rps: cleanups X-Git-Tag: v2.6.35-rc1~473^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36fa2f7e92f25aab2e3d787dcfe3590817f19d3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed