From: Vladislav Zolotarov Date: Mon, 13 Dec 2010 06:27:10 +0000 (+0000) Subject: bnx2x: Take the distribution range definition out of skb_tx_hash() X-Git-Tag: v2.6.38-rc1~476^2~166 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d22a68d752ccc1a01bb0a64dd70b7a98bf9e23;p=pandora-kernel.git bnx2x: Take the distribution range definition out of skb_tx_hash() Move the calcualation of the Tx hash for a given hash range into a separate function and define the skb_tx_hash(), which calculates a Tx hash for a [0; dev->real_num_tx_queues - 1] hash values range, using this function (__skb_tx_hash()). Signed-off-by: Vladislav Zolotarov Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed