RE: [Intel-wired-lan] [PATCH v2] igb: improve handling of disconnected adapters

2015-11-19 Thread Brown, Aaron F
sl.org > Subject: [Intel-wired-lan] [PATCH v2] igb: improve handling of disconnected > adapters > > Clean up array_rd32 so that it uses igb_rd32 the same as rd32, per the > suggestion of Alexander Duyck, and use io_addr in more places, so that > we don't have the need to call E100

[PATCH v2] igb: improve handling of disconnected adapters

2015-10-19 Thread Jarod Wilson
Clean up array_rd32 so that it uses igb_rd32 the same as rd32, per the suggestion of Alexander Duyck, and use io_addr in more places, so that we don't have the need to call E1000_REMOVED (which simply looks for a null hw_addr) nearly as much. CC: Mark Rustad CC: Jeff