Re: [PATCH V3 net 0/3] Bug fixes for ENA ethernet driver

2020-08-19 Thread David Miller
From: Shay Agroskin Date: Wed, 19 Aug 2020 20:28:35 +0300 > This series adds the following: > - Fix undesired call to ena_restore after returning from suspend > - Fix condition inside a WARN_ON > - Fix overriding previous value when updating missed_tx statistic > > v1->v2: > - fix bug when calli

[PATCH V3 net 0/3] Bug fixes for ENA ethernet driver

2020-08-19 Thread Shay Agroskin
This series adds the following: - Fix undesired call to ena_restore after returning from suspend - Fix condition inside a WARN_ON - Fix overriding previous value when updating missed_tx statistic v1->v2: - fix bug when calling reset routine after device resources are freed (Jakub) v2->v3: - fix w