linux/drivers/net/enic
Eric Dumazet 28679751a9 net: dont update dev->trans_start in 10GB drivers
Followup of commits 9d21493b4b
and 08baf56108
(net: tx scalability works : trans_start)
(net: txq_trans_update() helper)

Now that core network takes care of trans_start updates, dont do it
in drivers themselves, if possible. Multi queue drivers can
avoid one cache miss (on dev->trans_start) in their start_xmit()
handler.

Exceptions are NETIF_F_LLTX drivers (vxge & tehuti)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-29 01:46:26 -07:00
..
Makefile
cq_desc.h enic: mask off some reserved bits in CQ descriptor for future use 2008-11-21 21:28:40 -08:00
cq_enet_desc.h
enic.h enic: record all bad FCS errs as frame errors 2009-02-09 23:24:08 -08:00
enic_main.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00
enic_res.c net: convert more to %pM 2008-10-27 17:47:26 -07:00
enic_res.h enic: move wmb closer to where needed: before writing posted_index to hw 2008-11-21 21:29:01 -08:00
rq_enet_desc.h
vnic_cq.c
vnic_cq.h
vnic_dev.c enic: Add api for link down count and to get firmware notification status. 2009-02-09 23:25:33 -08:00
vnic_dev.h enic: Add api for link down count and to get firmware notification status. 2009-02-09 23:25:33 -08:00
vnic_devcmd.h enic: Add api for link down count and to get firmware notification status. 2009-02-09 23:25:33 -08:00
vnic_enet.h
vnic_intr.c
vnic_intr.h enic: bug fix: return notify intr credits 2009-02-09 23:23:50 -08:00
vnic_nic.h
vnic_resource.h enic: misc cleanup items: 2008-11-21 21:29:25 -08:00
vnic_rq.c
vnic_rq.h enic: move wmb closer to where needed: before writing posted_index to hw 2008-11-21 21:29:01 -08:00
vnic_rss.h enic: misc cleanup items: 2008-11-21 21:29:25 -08:00
vnic_stats.h
vnic_wq.c
vnic_wq.h enic: move wmb closer to where needed: before writing posted_index to hw 2008-11-21 21:29:01 -08:00
wq_enet_desc.h