linux/drivers/net/cxgb4vf
Casey Leedom 53c7886c18 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 <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-12 12:30:58 -08:00
..
adapter.h
cxgb4vf_main.c cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue() 2010-11-12 12:30:58 -08:00
Makefile
sge.c drivers/net: avoid some skb->ip_summed initializations 2010-09-02 19:06:22 -07:00
t4vf_common.h cxgb4vf: make single bit signed bitfields unsigned 2010-10-16 11:13:19 -07:00
t4vf_defs.h
t4vf_hw.c