Re: [PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-08-22 Thread Jassi Brar
Hi Dave, This patch (1/2) seems to have fallen through the cracks. The other one (2/2), you already picked. Thanks On Mon, Apr 16, 2018 at 1:08 PM wrote: > > From: Jassi Brar > > Enable TX-irq as well during ndo_open() as we can not count upon > RX to arrive early enough to trigger the napi.

Re: [PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-07-18 Thread Jassi Brar
Hi David, On Wed, Apr 18, 2018 at 11:00 PM, David Miller wrote: > From: Jassi Brar > Date: Wed, 18 Apr 2018 18:27:59 +0530 > >> Just to make sure, let me please mention that c009f413b79de52 and >> 9a00b697ce31e are very much needed in stable kernel. Without these we >> couldn't install any OS

Re: [PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-04-18 Thread David Miller
From: Jassi Brar Date: Wed, 18 Apr 2018 18:27:59 +0530 > Just to make sure, let me please mention that c009f413b79de52 and > 9a00b697ce31e are very much needed in stable kernel. Without these we > couldn't install any OS over network. Ok, both patches in this series

Re: [PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-04-18 Thread Jassi Brar
Hi Dave, On Mon, Apr 16, 2018 at 11:16 PM, David Miller wrote: > From: jassisinghb...@gmail.com > Date: Mon, 16 Apr 2018 12:52:16 +0530 > >> From: Jassi Brar >> >> Enable TX-irq as well during ndo_open() as we can not count upon >> RX to arrive

Re: [PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-04-16 Thread David Miller
From: jassisinghb...@gmail.com Date: Mon, 16 Apr 2018 12:52:16 +0530 > From: Jassi Brar > > Enable TX-irq as well during ndo_open() as we can not count upon > RX to arrive early enough to trigger the napi. This patch is critical > for installation over network. > >

[PATCH 1/2] net: netsec: enable tx-irq during open callback

2018-04-16 Thread jassisinghbrar
From: Jassi Brar Enable TX-irq as well during ndo_open() as we can not count upon RX to arrive early enough to trigger the napi. This patch is critical for installation over network. Fixes: 533dd11a12f6 ("net: socionext: Add Synquacer NetSec driver") Signed-off-by: