mbox series

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

Message ID 20200819172838.20564-1-shayagr@amazon.com
Headers show
Series Bug fixes for ENA ethernet driver | expand

Message

Shay Agroskin Aug. 19, 2020, 5:28 p.m. UTC
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 wrong hash in 'Fixes' tag

Shay Agroskin (3):
  net: ena: Prevent reset after device destruction
  net: ena: Change WARN_ON expression in ena_del_napi_in_range()
  net: ena: Make missed_tx stat incremental

 drivers/net/ethernet/amazon/ena/ena_netdev.c | 35 ++++++++++----------
 1 file changed, 18 insertions(+), 17 deletions(-)

Comments

David Miller Aug. 19, 2020, 10:34 p.m. UTC | #1
From: Shay Agroskin <shayagr@amazon.com>
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 calling reset routine after device resources are freed (Jakub)
> 
> v2->v3:
> - fix wrong hash in 'Fixes' tag

Series applied and queued up for -stable, thanks.