Re: [PATCH] igb/igc: Don't warn on fatal read failures when the device is removed

2019-09-15 Thread Feng Tang
On Fri, Aug 23, 2019 at 02:33:18AM +0800, Lyude Paul wrote: > Fatal read errors are worth warning about, unless of course the device > was just unplugged from the machine - something that's a rather normal > occurence when the igb/igc adapter is located on a Thunderbolt dock. So, > let's only

Re: [PATCH] igb/igc: Don't warn on fatal read failures when the device is removed

2019-09-13 Thread Brown, Aaron F
On Thu, 2019-08-22 at 14:33 -0400, Lyude Paul wrote: > Fatal read errors are worth warning about, unless of course the device > was just unplugged from the machine - something that's a rather normal > occurence when the igb/igc adapter is located on a Thunderbolt dock. So, > let's only WARN() if

Re: [PATCH] igb/igc: Don't warn on fatal read failures when the device is removed

2019-08-24 Thread Neftin, Sasha
On 8/22/2019 21:33, Lyude Paul wrote: Fatal read errors are worth warning about, unless of course the device was just unplugged from the machine - something that's a rather normal occurence when the igb/igc adapter is located on a Thunderbolt dock. So, let's only WARN() if there's a fatal read

[PATCH] igb/igc: Don't warn on fatal read failures when the device is removed

2019-08-22 Thread Lyude Paul
Fatal read errors are worth warning about, unless of course the device was just unplugged from the machine - something that's a rather normal occurence when the igb/igc adapter is located on a Thunderbolt dock. So, let's only WARN() if there's a fatal read error while the device is still present.