Re: [LEDE-DEV] QCA Dakota support

2016-11-28 Thread Alexis Green
Hi Christian, Thank you for the usb wireless device hint! I had an ath9k-htc dongle kicking about and I'm seeing memory wastage with that device as well (albeit slower and only happening while I'm pumping a lot of traffic through it), so ath10k is likely off the hook for this one. In fact, I went

Re: [LEDE-DEV] [PATCH v2] ath9k: Add airtime fairness scheduler.

2016-11-28 Thread Toke Høiland-Jørgensen
On 28 November 2016 20:33:55 CET, Weedy wrote: >On Monday, November 28, 2016, Toke Høiland-Jørgensen >wrote: >> This adds a patch that introduces airtime fairness scheduling to >ath9k, >> which can significantly improve network efficiency in mixed-rate >>

Re: [LEDE-DEV] Fwd: [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread bart van zoest
Thanks John and Toke, The build compiled fine however I am not able to test it (atm no access to router). Also saw that Toke released v2 of the patch so my box is compiling again On Mon, Nov 28, 2016 at 3:09 PM, John Crispin wrote: > > > On 28/11/2016 14:58, bart van zoest

Re: [LEDE-DEV] QCA Dakota support

2016-11-28 Thread Christian Lamparter
Hello Alexis, On Sunday, November 27, 2016 12:18:00 PM CET Alexis Green wrote: > Could you post .config for your build? I cloned your repo and > successfully built and installed an image, but I'm seeing some rather > weird behavior. I added it, but I don't have any magic values in the .config. I

Re: [LEDE-DEV] [RFC] target: armvirt: new target

2016-11-28 Thread Christian Lamparter
On Saturday, November 26, 2016 11:08:30 AM CET Yousong Zhou wrote: > On 26/11/2016, Christian Lamparter wrote: > > On Saturday, November 26, 2016 12:43:38 AM CET Yousong Zhou wrote: > > So, given that information: Selecting just neon would automatically mean: > > neon and

Re: [LEDE-DEV] Fwd: [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread John Crispin
On 28/11/2016 14:58, bart van zoest wrote: > Hi Weedy and Toke, > > I am trying to apply the patch using: "curl > https://patchwork.ozlabs.org/patch/699159/raw/ | git apply -v". Is the > following output normal? > > :60: trailing whitespace. > :65: trailing whitespace. > :67: space before

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
bart van zoest writes: > Hi Weedy and Toke, > > I am trying to apply the patch using: "curl > https://patchwork.ozlabs.org/patch/699159/raw/ | git apply -v". Is the > following output normal? > > :60: trailing whitespace. > :65: trailing whitespace. > :67: space

[LEDE-DEV] [PATCH v2] ath9k: Add airtime fairness scheduler.

2016-11-28 Thread Toke Høiland-Jørgensen
This adds a patch that introduces airtime fairness scheduling to ath9k, which can significantly improve network efficiency in mixed-rate environments. Signed-off-by: Toke Høiland-Jørgensen --- ...h9k-Introduce-airtime-fairness-scheduling.patch | 691 + 1 file

[LEDE-DEV] Fwd: [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread bart van zoest
Hi Weedy and Toke, I am trying to apply the patch using: "curl https://patchwork.ozlabs.org/patch/699159/raw/ | git apply -v". Is the following output normal? :60: trailing whitespace. :65: trailing whitespace. :67: space before tab in indent. bool has_queued; :69: trailing whitespace.

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Mon, Nov 28, 2016 at 4:49 AM, Toke Høiland-Jørgensen wrote: >> Right, that means that the patch was applied correctly. That you don't >> have the per-station airtime stats file is probably a configuration >> issue, then. Did you set

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Weedy
On Mon, Nov 28, 2016 at 4:49 AM, Toke Høiland-Jørgensen wrote: > Right, that means that the patch was applied correctly. That you don't > have the per-station airtime stats file is probably a configuration > issue, then. Did you set CONFIG_PACKAGE_ATH_DEBUG? > > What's the output of

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Sun, Nov 27, 2016 at 11:01 AM, Toke Høiland-Jørgensen wrote: >> Weedy writes: >> >>> On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen >>> wrote: This adds a patch that introduces airtime

Re: [LEDE-DEV] replacing files in base system from a package?

2016-11-28 Thread Zefir Kurtisi
On 11/25/2016 08:14 AM, Rafał Miłecki wrote: > On 16 October 2016 at 01:04, Jo-Philipp Wich wrote: >> let me introduce a not strictly new way but another heavily under >> documented buildroot feature which you can use to implement custom >> modifications to packages which do not

Re: [LEDE-DEV] enhanced 3G support

2016-11-28 Thread Matti Laakso
Hi, > Dear All, > I currently add supprt for the dwr-512 device on LEDE. > This device have a 3G modem embedded. > The current available configuration uses the usb-option to establish the 3G > connection over ppp. > Nevertheless the modem offer one cdc-ether interface with better > performance. >