From: Casey Leedom Date: Thu, 11 Nov 2010 09:06:48 +0000 (+0000) Subject: cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue() X-Git-Tag: v2.6.37-rc2~20^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c7886c189597ff3af3413ed4e87632853b6d51;p=pandora-kernel.git cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue() Don't implement (struct net_device_ops *)->ndo_select_queue() with simple call to skb_tx_hash(). This leads to non-persistent TX queue selection in the Linux dev_pick_tx() routine for TCP connections. Signed-off-by: Casey Leedom Signed-off-by: David S. Miller --- Reading git-diff-tree failed