linux/drivers/net/sfc
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
..
bitfield.h
boards.c
boards.h
efx.c sfc: Remove lro module parameter 2009-05-19 16:19:08 -07:00
efx.h
enum.h
ethtool.c
ethtool.h
falcon.c
falcon.h
falcon_gmac.c
falcon_hwdefs.h
falcon_io.h
falcon_xmac.c
gmii.h
Kconfig
mac.h
Makefile
mdio_10g.c
mdio_10g.h
mtd.c
net_driver.h
phy.h
rx.c
rx.h
selftest.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00
selftest.h
sfe4001.c
spi.h
tenxpress.c sfc: Use generic XENPAK register definitions 2009-05-17 21:03:43 -07:00
tx.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00
tx.h
workarounds.h
xfp_phy.c sfc: Use generic XENPAK register definitions 2009-05-17 21:03:43 -07:00