Re: [LEDE-DEV] ath10k ct ack timeout/coverage class

2017-04-24 Thread Ben Greear
The settings should stick in the firmware, but they have to be set each time the firmware starts (the ath10k-ct driver should do that now, I think). I haven't tested this feature though, so let me know if you find any issues. Thanks, Ben On 04/24/2017 05:17 PM, Nick Dennis wrote: Thanks. i

Re: [LEDE-DEV] [PATCH netifd] Revert: set prefix indicator flag when IPv6 prefix lifetime, changes

2017-04-24 Thread Eric Luehrsen
Hi Hans I guess I should have double checked FS#713. I thought it was set to notify, and just wasn't touched. Sorry about that. wrt: > As explained in FS#713 reverting this patch will lead to complaints > from people homenet is broken > (https://github.com/openwrt/openwrt/issues/346[1]); a

Re: [LEDE-DEV] ath10k ct ack timeout/coverage class

2017-04-24 Thread Nick Dennis
Thanks. i did see something in mail-archive (don't know what source) https://www.mail-archive.com/search?l=ath...@lists.infradead.org=subject:%22request%5C%3A+ACK+timing+setting+required%22=newest=1 Does the debugfs setting get overwritten by the ini settings during resets and have to be

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-24 Thread Syrone Wong
try `make kernel_menuconfig` and select the corresponding one. Best Regards, Syrone Wong On Mon, Apr 24, 2017 at 11:18 PM, Josua Mayer wrote: > Am Montag, 24. April 2017, 02:37:48 CEST schrieb Syrone Wong: >> You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE > Yes,

Re: [LEDE-DEV] ath10k ct ack timeout/coverage class

2017-04-24 Thread Ben Greear
There are some un-documented hacks using the ct_special debugfs file. Very unlikely they are hooked into LEDE. See this code in wmi.h: /* CT firmware only, and only builds after June 26, 2015 */ struct wmi_pdev_set_special_cmd { #define SET_SPECIAL_ID_ACK_CTS 0 /* set ack-cts-timeout register

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-24 Thread Jaap Buurman
Excuse me for my lack of experience with the patches. It turned out the patch was just fine, but gmail probably messed up the formatting. Thank you all very much for the links to the informative patches guides. I created my own patch with quilt and applied all the changes to the source manually.

[LEDE-DEV] ath10k ct ack timeout/coverage class

2017-04-24 Thread Nick Dennis
I have AP <-> Client links on the ath10k-ct driver+ firmware on QCA 9882 radios that work fine at a couple of hundred Meters. I recently tried a link at 1.2 Kilometers, but only got <1Mbps throughput. Does anyone know if coverage class/ack timeout is implemented in the ath10k-ct

Re: [LEDE-DEV] [RFC 01/13] procd: prepare NAND sysupgrade for making upgraded dynamically linked

2017-04-24 Thread Matthias Schiffer
On 04/24/2017 10:05 PM, Philip Prindeville wrote: > Inline… > >> On Apr 23, 2017, at 6:06 PM, Matthias Schiffer >> wrote: >> >> Use install_bin to copy upgraded with all dependencies. The old name >> /tmp/upgraded is temporarily retained as a symlink to avoid

Re: [LEDE-DEV] [RFC 01/13] procd: prepare NAND sysupgrade for making upgraded dynamically linked

2017-04-24 Thread Philip Prindeville
Inline… > On Apr 24, 2017, at 2:20 PM, Matthias Schiffer > wrote: > > On 04/24/2017 10:05 PM, Philip Prindeville wrote: >> Inline… >> >>> On Apr 23, 2017, at 6:06 PM, Matthias Schiffer >>> wrote: >>> >>> Use install_bin to

Re: [LEDE-DEV] [RFC 07/13] fstools: snapshot: handle jffs2 conversion using upgraded

2017-04-24 Thread Philip Prindeville
Inline… > On Apr 23, 2017, at 6:06 PM, Matthias Schiffer > wrote: > > We can reuse the kill_remaining and run_ramfs facilities of the stage2 run > by upgraded. > > Signed-off-by: Matthias Schiffer > --- >

Re: [LEDE-DEV] [RFC 01/13] procd: prepare NAND sysupgrade for making upgraded dynamically linked

2017-04-24 Thread Philip Prindeville
Inline… > On Apr 23, 2017, at 6:06 PM, Matthias Schiffer > wrote: > > Use install_bin to copy upgraded with all dependencies. The old name > /tmp/upgraded is temporarily retained as a symlink to avoid breaking > things. > > Signed-off-by: Matthias Schiffer

Re: [LEDE-DEV] FW: UDP throughput caused kernel panic if configured bridge mode in /etc/config/network

2017-04-24 Thread Ben Greear
On 04/24/2017 12:39 AM, Y.B. Lu wrote: Hi John, Thank you very much. But I still feel it's strange the crash didn't happen if used brctl to configure instead of /etc/config/network. Much memory(about 700MB) was consumed in UDP throughput test only when used /etc/config/network. As I know,

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-24 Thread Josua Mayer
Am Montag, 24. April 2017, 02:37:48 CEST schrieb Syrone Wong: > You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE Yes, this is the one. But it is not visible from the Lede menuconfig. The problem I was trying to point out is that in the kernel-config this is what should be selected when

Re: [LEDE-DEV] [RFC 13/13] x86: sysupgrade: explicitly rescan disk after writing partition table

2017-04-24 Thread Matthias Schiffer
On 04/24/2017 12:19 PM, Jo-Philipp Wich wrote: > Hi, > >> While we're at it, also remove the ask_bool that can't work anymore with >> staged sysupgrade. > > We should find an alternative solution though; like some new flag > "--proceed-even-if-partition-table-changed" to avoid accidentally >

Re: [LEDE-DEV] [RFC 13/13] x86: sysupgrade: explicitly rescan disk after writing partition table

2017-04-24 Thread Jo-Philipp Wich
Hi, > While we're at it, also remove the ask_bool that can't work anymore with > staged sysupgrade. We should find an alternative solution though; like some new flag "--proceed-even-if-partition-table-changed" to avoid accidentally killing user partitions. ~ Jo

Re: [LEDE-DEV] FW: UDP throughput caused kernel panic if configured bridge mode in /etc/config/network

2017-04-24 Thread Yousong Zhou
On 24 April 2017 at 15:39, Y.B. Lu wrote: > Hi John, > > Thank you very much. > > But I still feel it's strange the crash didn't happen if used brctl to > configure instead of /etc/config/network. > Much memory(about 700MB) was consumed in UDP throughput test only when used >

Re: [LEDE-DEV] [PATCH] asterisk-13.x: Add func_periodic_hook module

2017-04-24 Thread Alberto Bursi
On 04/24/2017 09:43 AM, John Crispin wrote: > > > On 20/04/17 15:37, Roman Spychała wrote: >> From: Roman Spychała >> >> Signed-off-by: Roman Spychała >> --- >> net/asterisk-13.x/Makefile | 1 + >> 1 file changed, 1 insertion(+) > > Hi Roman, > > asterisk is part

Re: [LEDE-DEV] [PATCH] asterisk-13.x: Add func_periodic_hook module

2017-04-24 Thread John Crispin
On 20/04/17 15:37, Roman Spychała wrote: From: Roman Spychała Signed-off-by: Roman Spychała --- net/asterisk-13.x/Makefile | 1 + 1 file changed, 1 insertion(+) Hi Roman, asterisk is part of the packaged feed on github. please send the patch as a PR there.

Re: [LEDE-DEV] FW: UDP throughput caused kernel panic if configured bridge mode in /etc/config/network

2017-04-24 Thread Y.B. Lu
Hi John, Thank you very much. But I still feel it's strange the crash didn't happen if used brctl to configure instead of /etc/config/network. Much memory(about 700MB) was consumed in UDP throughput test only when used /etc/config/network. As I know, both ls1043a with DPAA ethernet driver and

Re: [LEDE-DEV] [PATCH netifd] Revert: set prefix indicator flag when IPv6 prefix lifetime, changes

2017-04-24 Thread Hans Dedecker
On Mon, Apr 24, 2017 at 4:24 AM, Eric Luehrsen wrote: > This reverts commit a03216660797173fbe67866f75564e3fec9c1e8d. The previous > change causes IFUP events to occur from 30 seconds to 30 minutes depending > on various conditions at the WAN6 (typ.) interface. If a