Re: [PATCH net] net: ena: fix race condition between device reset and link up setup

2017-11-19 Thread David Miller
From: Date: Sun, 19 Nov 2017 18:03:40 + > From: Netanel Belgazal > > In rare cases, ena driver would reset and re-start the device, > for example, in case of misbehaving application that causes > transmit timeout > > The first step in the reset

[PATCH net] net: ena: fix race condition between device reset and link up setup

2017-11-19 Thread netanel
From: Netanel Belgazal In rare cases, ena driver would reset and re-start the device, for example, in case of misbehaving application that causes transmit timeout The first step in the reset procedure is to stop the Tx traffic by calling ena_carrier_off(). After the driver

Re: [PATCH net] net: ena: fix race condition between device reset and link up setup

2017-11-18 Thread David Miller
From: Date: Sat, 18 Nov 2017 03:05:36 + > From: Netanel Belgazal > > In rare cases, ena driver would reset and re-start the device, > for example, in case of misbehaving application that causes > transmit timeout > > The first step in the reset

[PATCH net] net: ena: fix race condition between device reset and link up setup

2017-11-17 Thread netanel
From: Netanel Belgazal In rare cases, ena driver would reset and re-start the device, for example, in case of misbehaving application that causes transmit timeout The first step in the reset procedure is to stop the Tx traffic by calling ena_carrier_off(). After the driver