Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-03-01 Thread Mauro Mozzarelli
@John, I send this patch using git send-email. Please let me know if this one is OK. Please note that patches sent previously are superseded by this version. Mauro On 28/02/17 15:54, ma...@ezplanet.org wrote: From: Mauro Mozzarelli IPVS (IP Virtual Server) implements transport-layer load

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Baptiste Jonglez
On Wed, Mar 01, 2017 at 08:23:13AM +0100, Stijn Segers wrote: > OK... So I tried to disable offloading on the WAN interface (eth0.2 for the > DIR-860L), but that throws the following error: > > # ethtool -K tso off gso off gro off eth0 > Cannot get device feature names: No such device > > Same fo

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-03-01 Thread Jonas Gorski
Hi, On 17 February 2017 at 19:10, daniel wrote: > Hi, > > I am writing an auto update shell script with special install handlers > for some of my packages. The auto updater is a package itself and can > also be updated. > > Without --no-configure, opkg would kill my auto updater while it is updat

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Stijn Segers
Hi Baptiste, Thanks for your input. I found this thread [1] however which suggests offloading capabilities: "The GSW is found in all of the 1000mbit SoCs. it has 5 external ports, 1-2 cpu ports and 1 further port that the internal HW offloading engine connects to. The switch core used is a MT7

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Sebastian Moeller
Hi Stijn, > On Mar 1, 2017, at 10:46, Stijn Segers > wrote: > > Hi Baptiste, > > Thanks for your input. I found this thread [1] however which suggests > offloading capabilities: > > "The GSW is found in all of the 1000mbit SoCs. it has 5 external ports, > 1-2 cpu ports and 1 further port th

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Sebastian Moeller
> On Mar 1, 2017, at 10:59, Sebastian Moeller wrote: > > Hi Stijn, > > >> On Mar 1, 2017, at 10:46, Stijn Segers >> wrote: >> >> Hi Baptiste, >> >> Thanks for your input. I found this thread [1] however which suggests >> offloading capabilities: >> >> "The GSW is found in all of the 1000

[LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread John Crispin
Hi Antony, Hi Alban, I have been working on the ath79 OF target the last days. I created a new target within LEDE that uses pure devicetree support with the hope of obsoleting all our mach files and simplifying the code. The tl-wr-1043nd-v1 now boots fine and I just started adding OF support to th

Re: [LEDE-DEV] USB3.0 regression / trying to isolate / testers needed

2017-03-01 Thread Rafał Miłecki
On 03/01/2017 08:18 AM, Thomas Reifferscheid wrote: When you have a device running Lede that comes with at least one USB3.0 port then please insert a USB 3.0 drive/thumb drive and power it on. If you happen to get similar dmesg messages from your cmdline within the first 30 seconds after poweron

Re: [LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread Alban
On Wed, 1 Mar 2017 12:26:40 +0100 John Crispin wrote: > Hi Antony, > Hi Alban, > > I have been working on the ath79 OF target the last days. I created a > new target within LEDE that uses pure devicetree support with the hope > of obsoleting all our mach files and simplifying the code. The > tl-

Re: [LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread John Crispin
Hi Alban, thanks for the reply > Having the ethernet working would be nice. Do you just target LEDE or > are you trying to get it in a state that would be acceptable for > mainline? first of i want to make it work inside LEDE but i do want to reduce our technical debt this year so its a realist

[LEDE-DEV] ImageBuilder ar71xx BIN_DIR issue

2017-03-01 Thread Nemesis
Hi everybody, today we started testing lede-17.01 for OpenWISP.org and we noticed a strange issue with the image-generator. We supply a command like: make image PROFILE="Default" BIN_DIR="$BIN_DIR" but the image building fails because something goes to look for binaries in ./bin/targets/ar71xx/

Re: [LEDE-DEV] [RFC] Need help to support CPU frequency setting on Mikrotik RB devices

2017-03-01 Thread Cezary Jackiewicz
Dnia 2017-02-27, o godz. 12:28:48 Thibaut napisał(a): > Hi, Hi > I’m currently working with Alex Samorukov on bringing cpu frequency setting > to rbcfg for Mikrotik Routerboards devices, and in doing so, we would need a > bit of input from people owning that hardware and running LEDE on it:

Re: [LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread Alban
On Wed, 1 Mar 2017 16:44:30 +0100 John Crispin wrote: > could you give a more detailed list of what clk and irq drivers are > missing ? i could help write the code, i am just scared to duplicate > some of your work. For IRQ all that is left in arch/mips/ath79/irq.c should be moved to clean drive

Re: [LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread John Crispin
On 01/03/2017 18:03, Alban wrote: > On Wed, 1 Mar 2017 16:44:30 +0100 > John Crispin wrote: > >> could you give a more detailed list of what clk and irq drivers are >> missing ? i could help write the code, i am just scared to duplicate >> some of your work. > > For IRQ all that is left in arc

[LEDE-DEV] [PATCH] brcm63xx: Add Comtrend AR-5315u support

2017-03-01 Thread Daniel Gonzalez Cabanelas
Add support for the Comtrend AR-5315u router This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, with an onboard BCM43217 wifi, 4 ethernet ports and 1 USB host port Signed-off-by: Daniel Gonzalez Cabanelas diff --git a/target/linux/brcm63xx/base-files/etc/board.d/01_leds b/target/linux/br

Re: [LEDE-DEV] [PATCH] brcm63xx: Add Comtrend AR-5315u support

2017-03-01 Thread Florian Fainelli
On 03/01/2017 10:37 AM, Daniel Gonzalez Cabanelas wrote: > Add support for the Comtrend AR-5315u router > > This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, > with an onboard BCM43217 wifi, 4 ethernet ports and 1 > USB host port > > Signed-off-by: Daniel Gonzalez Cabanelas There is som

[LEDE-DEV] Drumming up more interest in LEDE

2017-03-01 Thread tapper
Hi Is LEDE ready to try and get more people from the wider community involved? A thought I had is to do a code optimization week. I know that LEDE is optimized to fit on small flash chips, but It mite be a good way of getting other coders to look in the code to see if they can save a bite here

Re: [LEDE-DEV] [PATCH] brcm63xx: Add Comtrend AR-5315u support

2017-03-01 Thread Daniel
2017-03-01 19:46 GMT+01:00 Florian Fainelli : > On 03/01/2017 10:37 AM, Daniel Gonzalez Cabanelas wrote: >> Add support for the Comtrend AR-5315u router >> >> This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, >> with an onboard BCM43217 wifi, 4 ethernet ports and 1 >> USB host port >> >> Sign

Re: [LEDE-DEV] [PATCH] brcm63xx: Add Comtrend AR-5315u support

2017-03-01 Thread Florian Fainelli
On 03/01/2017 11:44 AM, Daniel wrote: > 2017-03-01 19:46 GMT+01:00 Florian Fainelli : >> On 03/01/2017 10:37 AM, Daniel Gonzalez Cabanelas wrote: >>> Add support for the Comtrend AR-5315u router >>> >>> This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, >>> with an onboard BCM43217 wifi, 4 eth

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Stijn Segers
Op wo, 1 mrt 2017 om 10:59 , schreef Sebastian Moeller : Hi Stijn, On Mar 1, 2017, at 10:46, Stijn Segers wrote: Hi Baptiste, Thanks for your input. I found this thread [1] however which suggests offloading capabilities: "The GSW is found in all of the 1000mbit SoCs. it has 5 extern

Re: [LEDE-DEV] ath79 - pending tasks

2017-03-01 Thread Martin Blumenstingl via Lede-dev
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 --- Hi Alan, first I'd like to say th

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Sebastian Moeller
Hi Stijn, > On Mar 1, 2017, at 21:28, Stijn Segers > wrote: > > Op wo, 1 mrt 2017 om 10:59 , schreef Sebastian Moeller : >> Hi Stijn, >>> On Mar 1, 2017, at 10:46, Stijn Segers >>> wrote: >>> Hi Baptiste, >>> Thanks for your input. I found this thread [1] however which suggests >>> offloadi

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Weedy
On 28 February 2017 at 05:40, Martin Tippmann wrote: > On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers > wrote: >> Okay, so I tracked it down to cake being the culprit. When I disable the >> Cake SQM instance, no more of those traces, and no more sudden reboots. >> >> If I can help debug this, let

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Weedy
On 1 March 2017 at 17:40, Weedy wrote: > On 28 February 2017 at 05:40, Martin Tippmann wrote: >> On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers >> wrote: >>> Okay, so I tracked it down to cake being the culprit. When I disable the >>> Cake SQM instance, no more of those traces, and no more sudden

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Martin Tippmann
On Wed, Mar 1, 2017 at 11:40 PM, Weedy wrote: > On 28 February 2017 at 05:40, Martin Tippmann wrote: >> On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers >> wrote: >>> Okay, so I tracked it down to cake being the culprit. When I disable the >>> Cake SQM instance, no more of those traces, and no more

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-03-01 Thread Martin Tippmann
On Thu, Mar 2, 2017 at 2:32 AM, Martin Tippmann wrote: > On Wed, Mar 1, 2017 at 11:40 PM, Weedy wrote: >> On 28 February 2017 at 05:40, Martin Tippmann wrote: >>> On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers >>> wrote: Okay, so I tracked it down to cake being the culprit. When I disable t

[LEDE-DEV] LEDE - Telnet Client

2017-03-01 Thread Carlo
Hi, I was using OpenWrt as remote "swiss army knife" with the embedded telnet client. I'm usual to get access via SSH to the remote OpenWRT box and from there use the telnet client for router/switch configuration, for mail/http session simulation/troubleshooting etc . Now I'm starting using LEDE,