Re: [PATCH] net: ethernet: aquantia: Handle error cleanup of start on open

2021-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 11 Feb 2021 05:17:57 + you wrote: > From: Nathan Rossi > > The aq_nic_start function can fail in a variety of cases which leaves > the device in broken state. > > An example case where the start function fails is

RE: [EXT] [PATCH] net: ethernet: aquantia: Handle error cleanup of start on open

2021-02-11 Thread Igor Russkikh
> In order to correctly clean up the failed attempt to start a device call > aq_nic_stop. > > Signed-off-by: Nathan Rossi Looks good to me, thanks! Reviewed-by: Igor Russkikh Igor

[PATCH] net: ethernet: aquantia: Handle error cleanup of start on open

2021-02-10 Thread Nathan Rossi
From: Nathan Rossi The aq_nic_start function can fail in a variety of cases which leaves the device in broken state. An example case where the start function fails is the request_threaded_irq which can be interrupted, resulting in a EINTR result. This can be manually triggered by bringing the li