Re: [PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling

2020-06-15 Thread David Miller
From: Bartosz Golaszewski Date: Thu, 11 Jun 2020 16:01:39 +0200 > From: Bartosz Golaszewski > > During development we tried to make the interrupt handling as fine-grained > as possible with TX and RX interrupts being disabled/enabled independently > and the counter registers reset from workqueu

Re: [PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling

2020-06-11 Thread Bartosz Golaszewski
czw., 11 cze 2020 o 21:51 David Miller napisaƂ(a): > > From: Bartosz Golaszewski > Date: Thu, 11 Jun 2020 16:01:39 +0200 > > > Unfortunately after thorough testing of current mainline, we noticed the > > driver has become unstable under heavy load. While this is hard to > > reproduce, it's quite

Re: [PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling

2020-06-11 Thread David Miller
From: Bartosz Golaszewski Date: Thu, 11 Jun 2020 16:01:39 +0200 > Unfortunately after thorough testing of current mainline, we noticed the > driver has become unstable under heavy load. While this is hard to > reproduce, it's quite consistent in the driver's current form. Maybe you should work t

[PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling

2020-06-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski During development we tried to make the interrupt handling as fine-grained as possible with TX and RX interrupts being disabled/enabled independently and the counter registers reset from workqueue context. Unfortunately after thorough testing of current mainline, we not