Re: [PATCH net-next 06/12] net: qed: gather debug data on hw errors

2020-05-08 Thread Igor Russkikh
> On Wed, 6 May 2020 14:33:08 +0300 Igor Russkikh wrote: >> To implement debug dump retrieval on a live system we add callbacks to >> collect the same data which is collected now during manual `ethtool -d` >> call. >> >> But we instead collect the dump immediately at the moment bad thing >> happe

Re: [PATCH net-next 06/12] net: qed: gather debug data on hw errors

2020-05-06 Thread Jakub Kicinski
On Wed, 6 May 2020 14:33:08 +0300 Igor Russkikh wrote: > To implement debug dump retrieval on a live system we add callbacks to > collect the same data which is collected now during manual `ethtool -d` > call. > > But we instead collect the dump immediately at the moment bad thing > happens, and s

[PATCH net-next 06/12] net: qed: gather debug data on hw errors

2020-05-06 Thread Igor Russkikh
To implement debug dump retrieval on a live system we add callbacks to collect the same data which is collected now during manual `ethtool -d` call. But we instead collect the dump immediately at the moment bad thing happens, and save it for later retrieval by the same `ethtool -d`. To have abili