cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue()
authorCasey Leedom <leedom@chelsio.com>
Thu, 11 Nov 2010 09:06:48 +0000 (09:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Nov 2010 20:30:58 +0000 (12:30 -0800)
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 <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found