[sdwalker/sdwalker.github.io] 5592f8: This week's update, stop updating 18.06

2021-09-26 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master

RE: [PATCH] ramips: switch to kernel 5.10

2021-09-26 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stijn Segers > Sent: Donnerstag, 9. September 2021 14:26 > To: openwrt-devel@lists.openwrt.org; Paweł Dembicki > ; Rui Salvaterra > Cc: OpenWrt Development List ; Adrian >

Re: [PATCH] ramips: switch to kernel 5.10

2021-09-26 Thread Stijn Segers
Hi, Op donderdag 9 september 2021 om 9u44 schreef Rui Salvaterra : Tested on mt7621 (Redmi AC2100) and running stable for several months. Signed-off-by: Rui Salvaterra Tested on: - mt7620: TP-Link Archer C2 AC750 - mt7621: Asus RT-AC57U v1 - mt76x8: TP-Link RE305 v3 Pawel raised a valid

Re: [PATCH] ath79/ag71xx: rearrange ag71xx structs to remove holes

2021-09-26 Thread Rosen Penev
On Sun, Sep 26, 2021 at 11:31 AM Rui Salvaterra wrote: > > Hi, David, > > On Sun, 26 Sept 2021 at 12:37, David Bauer wrote: > > > > Does this mean parts of this patch are already applied upstream? > > Yes, the ag71xx_ring section. > > > Also are there already performance numbers available? > >

Re: Wifi bug

2021-09-26 Thread Henrique de Moraes Holschuh
On 26/09/2021 06:28, Henrique de Moraes Holschuh wrote: On 24/09/2021 17:04, e9hack wrote: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work currently. After some seconds, wifi is start again. What version of

Re: Wifi bug

2021-09-26 Thread Hannu Nyman
e9hack kirjoitti 26.9.2021 klo 15.48: Am 26.09.2021 um 12:54 schrieb Hannu Nyman: e9hack kirjoitti 26.9.2021 klo 10.02: Am 24.09.2021 um 22:04 schrieb e9hack: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work

Re: [PATCH] ath79/ag71xx: rearrange ag71xx structs to remove holes

2021-09-26 Thread Rui Salvaterra
Hi, David, On Sun, 26 Sept 2021 at 12:37, David Bauer wrote: > > Does this mean parts of this patch are already applied upstream? Yes, the ag71xx_ring section. > Also are there already performance numbers available? Rosen has performance numbers comparing ar71xx to ath79 DSA including this

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread David Bauer
Hi John, On 9/26/21 14:31, John Crispin wrote: On 26.09.21 13:34, David Bauer wrote: That being set, the goal of poemgr is not to replace the other efforts. I'm sorry if I caused this impression. it did not replace anything. I am fully with you on this one, realtek-poe took the same

Re: Wifi bug

2021-09-26 Thread e9hack
Am 26.09.2021 um 12:54 schrieb Hannu Nyman: e9hack kirjoitti 26.9.2021 klo 10.02: Am 24.09.2021 um 22:04 schrieb e9hack: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work currently. After some seconds, wifi is

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread Bjørn Mork
David Bauer writes: > That being set, the goal of poemgr is not to replace the other > efforts. I'm sorry if I caused this impression. Not my intention to complain at all. Just wanted those with a stake in this to be aware of your work. Thanks a lot for the efforts you have done to add

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread John Crispin
On 26.09.21 13:34, David Bauer wrote: That being set, the goal of poemgr is not to replace the other efforts. I'm sorry if I caused this impression. it did not replace anything. I am fully with you on this one, realtek-poe took the same approach but merging it was NAK'ed with the argument,

Re: [PATCH] ath79/ag71xx: rearrange ag71xx structs to remove holes

2021-09-26 Thread David Bauer
Hi Rui, Hi Rosen, On 9/19/21 12:38, Rui Salvaterra wrote: The ag71xx_ring changes are already part of the upstream driver. However, since we're not using it at all yet, let's apply this to our driver for the time being, as David explicitly requests performance numbers before applying it

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread David Bauer
Hi Bjorn, Hi John, On 9/26/21 10:43, Bjørn Mork wrote: John Crispin writes: poemgr does not use the APIs provided by libubox so I doubt that this will land in the tree. It's going through the packages repo according to

[PATCH v2] ath79: rearrange ag71xx structs to remove holes

2021-09-26 Thread Rui Salvaterra
From: Rosen Penev Remove cacheline_aligned attribute to ring structs. This actually causes holes in the ag71xx struct as well as lower performance. Rearrange struct members to fall within respective cachelines. The RX ring struct now does not share a cacheline with the TX ring. The NAPI

Re: Wifi bug

2021-09-26 Thread Hannu Nyman
e9hack kirjoitti 26.9.2021 klo 10.02: Am 24.09.2021 um 22:04 schrieb e9hack: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work currently. After some seconds, wifi is start again. It may be related to a page

Re: Wifi bug

2021-09-26 Thread Henrique de Moraes Holschuh
On 24/09/2021 17:04, e9hack wrote: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work currently. After some seconds, wifi is start again. What version of openwrt, please? And if you could be more specific than

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread Bjørn Mork
Raylynn Knight writes: > It’s not clear to me what OpenWrt supported device(s) the below poemgr > is meant for! The Ubiquiti USW-Flex. And maybe other devices. David will know. I just noticed it from the recent commit in master. Looks like a really nice little MT7621 device with

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-26 Thread Bjørn Mork
John Crispin writes: > poemgr does not use the APIs provided by libubox so I doubt that this > will land in the tree. It's going through the packages repo according to https://github.com/openwrt/openwrt/commit/a9839697896c4fdf8c44a06bbce466ce52493069 The distinction is of little imprtance to

Re: Wifi bug

2021-09-26 Thread e9hack
Am 24.09.2021 um 22:04 schrieb e9hack: In the past (a few days ago), it was possible to disable or shut-down wifi by introduce the command 'wifi down'. This doesn't work currently. After some seconds, wifi is start again. It may be related to a page fault of netifd. Netifd is restart