linux_dsm_epyc7002/drivers/net/ethernet/intel/e1000
Jesse Brandeburg a4010afef5 e1000: convert hardware management from timers to threads
Thomas Gleixner (tglx) reported that e1000 was delaying for many milliseconds
(using mdelay) from inside timer/interrupt context.  None of these paths are
performance critical and can be moved into threads/work items.  This patch
implements the work items and the next patch changes the mdelays to msleeps.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Tushar Dave <tushar.n.dave@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-10-06 22:38:25 -07:00
..
e1000_ethtool.c
e1000_hw.c
e1000_hw.h
e1000_main.c e1000: convert hardware management from timers to threads 2011-10-06 22:38:25 -07:00
e1000_osdep.h
e1000_param.c
e1000.h e1000: convert hardware management from timers to threads 2011-10-06 22:38:25 -07:00
Makefile