From: David S. Miller Date: Wed, 28 Jan 2009 00:22:11 +0000 (-0800) Subject: net: Allow RX queue selection to seed TX queue hashing. X-Git-Tag: v2.6.30-rc1~662^2~878 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a9e24afb4ab38110ebb777588ea0bd0eacbd0a;p=pandora-kernel.git net: Allow RX queue selection to seed TX queue hashing. The idea is that drivers which implement multiqueue RX pre-seed the SKB by recording the RX queue selected by the hardware. If such a seed is found on TX, we'll use that to select the outgoing TX queue. This helps get more consistent load balancing on router and firewall loads. Signed-off-by: David S. Miller --- Reading git-diff-tree failed