2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/drivers/net/e1000e
Jesse Brandeburg 3a3b758605 e1000e: use hardware writeback batching
Most e1000e parts support batching writebacks.  The problem with this is
that when some of the TADV or TIDV timers are not set, Tx can sit forever.

This is solved in this patch with write flushes using the Flush Partial
Descriptors (FPD) bit in TIDV and RDTR.

This improves bus utilization and removes partial writes on e1000e,
particularly from 82571 parts in S5500 chipset based machines.

Only ES2LAN and 82571/2 parts are included in this optimization, to reduce
testing load.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-30 17:59:31 -07:00
..
82571.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
defines.h e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
e1000.h e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
es2lan.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
ethtool.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
hw.h e1000e: 82579 unaccounted missed packets 2010-09-22 20:41:20 -07:00
ich8lan.c e1000e: 82579 do not gate auto config of PHY by hardware during nominal use 2010-09-22 20:41:21 -07:00
lib.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
netdev.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
param.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
phy.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00