mbox series

[net,0/2] Aquantia atlantic critical fixes 04/2018

Message ID cover.1523449097.git.igor.russkikh@aquantia.com
Headers show
Series Aquantia atlantic critical fixes 04/2018 | expand

Message

Igor Russkikh April 11, 2018, 12:23 p.m. UTC
Two regressions on latest 4.16 driver reported by users

Some of old FW (1.5.44) had a link management logic which prevents
driver to make clean reset. Driver of 4.16 has a full hardware reset
implemented and that broke the link and traffic on such a cards.

Second is oops on shutdown callback in case interface is already
closed or was never opened.

Igor Russkikh (2):
  net: aquantia: Regression on reset with 1.x firmware
  net: aquantia: oops when shutdown on already stopped device

 drivers/net/ethernet/aquantia/atlantic/aq_nic.c          |  8 +++++---
 .../net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c | 16 ++++++++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)

Comments

David Miller April 11, 2018, 2:41 p.m. UTC | #1
From: Igor Russkikh <igor.russkikh@aquantia.com>
Date: Wed, 11 Apr 2018 15:23:23 +0300

> Two regressions on latest 4.16 driver reported by users
> 
> Some of old FW (1.5.44) had a link management logic which prevents
> driver to make clean reset. Driver of 4.16 has a full hardware reset
> implemented and that broke the link and traffic on such a cards.
> 
> Second is oops on shutdown callback in case interface is already
> closed or was never opened.

Series applied, thank you.