All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net 0/3] Bug fixes for ENA ethernet driver
@ 2020-08-19  9:04 Shay Agroskin
  2020-08-19  9:04 ` [PATCH V2 net 1/3] net: ena: Prevent reset after device destruction Shay Agroskin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shay Agroskin @ 2020-08-19  9:04 UTC (permalink / raw)
  To: davem, netdev
  Cc: Shay Agroskin, dwmw, zorik, matua, saeedb, msw, aliguori, nafea,
	gtzalik, netanel, alisaidi, benh, akiyano, sameehj, ndagan

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)

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-19 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  9:04 [PATCH V2 net 0/3] Bug fixes for ENA ethernet driver Shay Agroskin
2020-08-19  9:04 ` [PATCH V2 net 1/3] net: ena: Prevent reset after device destruction Shay Agroskin
2020-08-19 15:46   ` Jakub Kicinski
2020-08-19 17:27     ` Shay Agroskin
2020-08-19  9:04 ` [PATCH V2 net 2/3] net: ena: Change WARN_ON expression in ena_del_napi_in_range() Shay Agroskin
2020-08-19  9:04 ` [PATCH V2 net 3/3] net: ena: Make missed_tx stat incremental Shay Agroskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.