From: Ben Hutchings Date: Wed, 30 Jun 2010 05:05:23 +0000 (+0000) Subject: ethtool: Add support for control of RX flow hash indirection X-Git-Tag: v2.6.36-rc1~571^2~389 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b6ee291e39e285e021cf251dbcf770c83cd74e;p=pandora-kernel.git ethtool: Add support for control of RX flow hash indirection Many NICs use an indirection table to map an RX flow hash value to one of an arbitrary number of queues (not necessarily a power of 2). It can be useful to remove some queues from this indirection table so that they are only used for flows that are specifically filtered there. It may also be useful to weight the mapping to account for user processes with the same CPU-affinity as the RX interrupts. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed