dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/benet
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
..
Kconfig net: Add be2net driver. 2009-03-11 23:32:22 -07:00
Makefile net: Add be2net driver. 2009-03-11 23:32:22 -07:00
be.h be2net: add two new pci device ids to pci device table 2009-05-18 15:38:55 -07:00
be_cmds.c net: Add be2net driver. 2009-03-11 23:32:22 -07:00
be_cmds.h net: Add be2net driver. 2009-03-11 23:32:22 -07:00
be_ethtool.c be2net: fix for default setting of pause auto-negotiation 2009-04-13 15:41:50 -07:00
be_hw.h net: Add be2net driver. 2009-03-11 23:32:22 -07:00
be_main.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00