[OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.

2014-08-30 Thread Alive4ever
I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos Chalmer r42321, mips24k AR9330 When I call 'busybox false --help', the return status is zero. I think it has nothing todo with openwrt, because it's the output of busybox, not the problem on openwrt performance. I feel it'

Re: [OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-30 Thread Luis Soltero
hm... it still seems that the board integrator should be able to determine the node name for the device. Implementing a scheme based on base address still hard wires the node name to the port and does not provide the flexibility of changing it.Absolutely depending on the load order is quirk

Re: [OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-30 Thread John Crispin
apparently our problem is not new and the existing solution is the "linux,stdout-path" syntax so stdout-path = &uartf; should work (... maybe) jonas just pointed this out to me On 30/08/2014 11:37, Luis Soltero wrote: > hm... it still seems that the board integrator should be able to determin

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread al
On 29/08/14 14:26, Daniel Petre wrote: > Hello, > is there any OpenWrt compatible gigabit router that can do more than 400 > Mbit/s WAN to LAN except linksys wrt1900ac ? > I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 > Mbit/s but is there any other hardware more powerful

Re: [OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-30 Thread Luis Soltero
Title: The Device Tree: Plug and play for Embedded Linux If i am understanding correctly this something added to chosen to bind the console to a specific uart... as in /dts-v1/; /{ #address-cells = <1>; #size-cells = <1>; compatible = "xlnx,zynq-zed";

Re: [OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-30 Thread Luis Soltero
Title: The Device Tree: Plug and play for Embedded Linux this...     aliases {& nbsp;&nbs p; 

Re: [OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.

2014-08-30 Thread Bastian Bittorf
* Alive4ever [29.08.2014 14:03]: > I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos > Chalmer r42321, mips24k AR9330 > > When I call 'busybox false --help', the return status is zero. I think it has > nothing todo with openwrt, because it's the output of busybox, not the

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Bastian Bittorf
* Daniel Petre [30.08.2014 07:42]: > is there any OpenWrt compatible gigabit router that can do more than > 400 Mbit/s WAN to LAN except linksys wrt1900ac ? > I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around > 380-400 Mbit/s but is there any other hardware more powerful with > OpenW

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Daniel Petre
On 30/08/14 08:47, Bastian Bittorf wrote: * Daniel Petre [30.08.2014 07:42]: is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any ot

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Soren Harward
On Fri, Aug 29, 2014 at 3:26 PM, Daniel Petre wrote: > is there any OpenWrt compatible gigabit router that can do more than 400 > Mbit/s WAN to LAN except linksys wrt1900ac ? Mikrotik and Ubiquiti gigabit routers will easily do 400Mb from LAN to WAN, and can get 700-800Mb depending on your routin

[OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Matthias Schiffer
Hi, I've noticed that the code produced by Barrier Breaker's toolchain sometimes has significantly worse performance that that built by Attitude Adjustment. I can see this extremely with the VPN tool "fastd" developed and maintained by me: On the same Barrier Breaker system, a binary built by the

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Matthias Schiffer
On 08/30/2014 06:42 PM, Matthias Schiffer wrote: > Hi, > I've noticed that the code produced by Barrier Breaker's toolchain > sometimes has significantly worse performance that that built by > Attitude Adjustment. > > I can see this extremely with the VPN tool "fastd" developed and > maintained by

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2014 06:45 PM, Matthias Schiffer wrote: > On 08/30/2014 06:42 PM, Matthias Schiffer wrote: >> Hi, I've noticed that the code produced by Barrier Breaker's >> toolchain sometimes has significantly worse performance that that >> built by Attitud

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Felix Fietkau
On 2014-08-30 18:45, Matthias Schiffer wrote: > On 08/30/2014 06:42 PM, Matthias Schiffer wrote: >> Hi, >> I've noticed that the code produced by Barrier Breaker's toolchain >> sometimes has significantly worse performance that that built by >> Attitude Adjustment. >> >> I can see this extremely w

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Matthias Schiffer
On 08/30/2014 06:54 PM, Felix Fietkau wrote: > On 2014-08-30 18:45, Matthias Schiffer wrote: >> On 08/30/2014 06:42 PM, Matthias Schiffer wrote: >>> Hi, >>> I've noticed that the code produced by Barrier Breaker's toolchain >>> sometimes has significantly worse performance that that built by >>> At

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Felix Fietkau
On 2014-08-30 18:51, Hauke Mehrtens wrote: > On 08/30/2014 06:45 PM, Matthias Schiffer wrote: >> On 08/30/2014 06:42 PM, Matthias Schiffer wrote: >>> Hi, I've noticed that the code produced by Barrier Breaker's >>> toolchain sometimes has significantly worse performance that that >>> built by Attit

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Rene Bartsch
Am 2014-08-30 17:17, schrieb Soren Harward: On Fri, Aug 29, 2014 at 3:26 PM, Daniel Petre wrote: is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? Mikrotik and Ubiquiti gigabit routers will easily do 400Mb from LAN to WAN, a

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Nikos Mavrogiannopoulos
On Sat, 2014-08-30 at 20:10 +0200, Felix Fietkau wrote: > > This could be a problem caused by mips16. We use that in BB to create > > smaller binaries. but Jonas saw a performance problem in some > > applications, mostly stuff doing crypto (big integer calculations). > > Can you try to build the B

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Felix Fietkau
On 2014-08-30 21:27, Nikos Mavrogiannopoulos wrote: > On Sat, 2014-08-30 at 20:10 +0200, Felix Fietkau wrote: > >> > This could be a problem caused by mips16. We use that in BB to create >> > smaller binaries. but Jonas saw a performance problem in some >> > applications, mostly stuff doing crypto

[OpenWrt-Devel] nettle mips16 patch [was: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment]

2014-08-30 Thread Nikos Mavrogiannopoulos
On Sat, 2014-08-30 at 21:33 +0200, Felix Fietkau wrote: > On 2014-08-30 21:27, Nikos Mavrogiannopoulos wrote: > > On Sat, 2014-08-30 at 20:10 +0200, Felix Fietkau wrote: > > > >> > This could be a problem caused by mips16. We use that in BB to create > >> > smaller binaries. but Jonas saw a perfor

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-30 Thread Fernando Frediani
Well done guys. These type of findings that makes significant different on embedded systems. Fernando On 30/08/2014 20:33, Felix Fietkau wrote: On 2014-08-30 21:27, Nikos Mavrogiannopoulos wrote: On Sat, 2014-08-30 at 20:10 +0200, Felix Fietkau wrote: This could be a problem caused by mips1

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Brent Thomson
I'm running OpenWRT on this one: http://www.amazon.com/TP-LINK-Archer-C7-Wireless-1350Mbps/dp/B00BUSDVBQ/ref=sr_1_1?ie=UTF8&qid=undefined&sr=8-1&keywords=tp-link+ac I haven't done any throughput tests to generate empirical data, but it 'feels' like it's operating at full speed. -- Brent On Sa