Re: MT7621 Flow Control

2020-08-17 Thread Jaap Buurman
Dear Kristian, Your watchdog script gave me the idea to try something similar. I have now made a script with the following line: logread -f | awk '/transmit timed out/ {system("/etc/init.d/network restart")}' Which is continuously running in the background. Is this similar to how your script oper

RE: MT7621 Flow Control

2020-08-14 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Jaap Buurman > Sent: Freitag, 7. August 2020 09:55 > To: John Crispin > Cc: OpenWrt Development List ; Andre > Valentin > Subject: Re: MT7621 Flow Control

Re: MT7621 Flow Control

2020-08-14 Thread Stijn Segers
Hi, Op donderdag 13 augustus 2020 om 1u46 schreef Andre Valentin : Hello, it seems that I had another problem when upgrading from 4.14 to 5.4. 5.4 uses DSA on MT7621. In 4.14 network config I had no switch definition and it worked out of the box. But with 5.4 I need a switch config in net

Re: MT7621 Flow Control

2020-08-12 Thread Andre Valentin
Hello, it seems that I had another problem when upgrading from 4.14 to 5.4. In 4.14 network config I had no switch definition and it worked out of the box. But with 5.4 I need a switch config in network config like that: config interface 'lan' option type 'bridge' option ifname 'et

Re: MT7621 Flow Control

2020-08-07 Thread Jaap Buurman
On Fri, Aug 7, 2020 at 10:09 AM Kristian Evensen wrote: > > Hello, > > On Thu, Aug 6, 2020 at 1:44 PM Jaap Buurman wrote: > > However, on this mailing list a user by the name of Kristian claims > > that disabling flow control helps fix this problem, as can be read > > here: > > https://lists.ope

Re: MT7621 Flow Control

2020-08-07 Thread Kristian Evensen
Hello, On Thu, Aug 6, 2020 at 1:44 PM Jaap Buurman wrote: > However, on this mailing list a user by the name of Kristian claims > that disabling flow control helps fix this problem, as can be read > here: > https://lists.openwrt.org/pipermail/openwrt-devel/2017-November/009882.html My patch unf

Re: MT7621 Flow Control

2020-08-07 Thread Jaap Buurman
On Thu, Aug 6, 2020 at 2:35 PM John Crispin wrote: > > > On 06.08.20 14:31, Andre Valentin wrote: > > Hi Jaap, > > > > > > Am 06.08.20 um 13:43 schrieb Jaap Buurman: > >> Dear all, > >> > >> I have noticed the flow control work for mt7621 in the following > >> Openwrt patch: > >> https://git.open

Re: MT7621 Flow Control

2020-08-06 Thread Jaap Buurman
On Thu, Aug 6, 2020 at 2:35 PM John Crispin wrote: > > > On 06.08.20 14:31, Andre Valentin wrote: > > Hi Jaap, > > > > > > Am 06.08.20 um 13:43 schrieb Jaap Buurman: > >> Dear all, > >> > >> I have noticed the flow control work for mt7621 in the following > >> Openwrt patch: > >> https://git.open

Re: MT7621 Flow Control

2020-08-06 Thread Andre Valentin
Hi Jaap, Am 06.08.20 um 13:43 schrieb Jaap Buurman: > Dear all, > > I have noticed the flow control work for mt7621 in the following > Openwrt patch: > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8f8e59816eca49d776562d2d302bf990a87faf0 > > However, the problem that the patch is

Re: MT7621 Flow Control

2020-08-06 Thread John Crispin
On 06.08.20 14:31, Andre Valentin wrote: Hi Jaap, Am 06.08.20 um 13:43 schrieb Jaap Buurman: Dear all, I have noticed the flow control work for mt7621 in the following Openwrt patch: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8f8e59816eca49d776562d2d302bf990a87faf0 However,

MT7621 Flow Control

2020-08-06 Thread Jaap Buurman
Dear all, I have noticed the flow control work for mt7621 in the following Openwrt patch: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8f8e59816eca49d776562d2d302bf990a87faf0 However, the problem that the patch is supposed to fix is still occurring, even in combination with other e