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

2014-08-31 Thread Hannu Nyman
> 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). Have developers evaluated the pros and cons of using mips16 as the default? It was made the de

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

2014-08-31 Thread Felix Fietkau
On 2014-08-31 11:53, Hannu Nyman 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). > > Have developers evaluated the pros and cons o

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

2014-08-31 Thread Nikos Mavrogiannopoulos
On Sun, 2014-08-31 at 12:14 +0200, Felix Fietkau wrote: > > To have small binaries is nice, but I guess that a growing amount of > > Openwrt > > users are power users with modern routers with more flash space and having > > interest for VPNs etc. And for them mips16 may have brought more troubl

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

2014-08-31 Thread Felix Fietkau
On 2014-08-31 12:56, Nikos Mavrogiannopoulos wrote: > On Sun, 2014-08-31 at 12:14 +0200, Felix Fietkau wrote: > >> > To have small binaries is nice, but I guess that a growing amount of >> > Openwrt >> > users are power users with modern routers with more flash space and having >> > interest fo

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

2014-08-31 Thread Felix Fietkau
On 2014-08-30 22:13, Nikos Mavrogiannopoulos wrote: > From a75b56c15bd28e41daec6867fe652a3c61a65edc Mon Sep 17 00:00:00 2001 > From: Nikos Mavrogiannopoulos > Date: Sat, 30 Aug 2014 22:09:27 +0200 > Subject: [PATCH] nettle: set PKG_USE_MIPS16 to zer > > Signed-off-by: Nikos Mavrogiannopoulos Com

Re: [OpenWrt-Devel] [PATCH][RESEND] libubus: fix msgbuf reduction logic during receive

2014-08-31 Thread Felix Fietkau
On 2014-08-07 07:32, Alexandru Ardelean wrote: > Signed-off-by: Alexandru Ardelean Applied (with modifications) Thanks, - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-de

[OpenWrt-Devel] [PATCH] mac80211:add wireless modules building for mt7620a and mt7620n

2014-08-31 Thread serge
Just resend. Signed-off-by: Serge Vasilugin Index: package/kernel/mac80211/Makefile === --- package/kernel/mac80211/Makefile(revision 42167) +++ package/kernel/mac80211/Makefile(working copy) @@ -328,7 +328,7 @@ define Ke

[OpenWrt-Devel] [PATCH][RFC]mac80211: rt2x00 correctly set ht20/ht40 filter

2014-08-31 Thread Сергей Василюгин
Simple patch to correct ht20/ht40 switching. Tested with rt3290/rt3352/rt5350 Signed-off-by: Serge Vasilugin diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h index a394a9a..e145e0f 100644 --- a/drivers/net/wireless/rt2x00/rt2800.h +++ b/drivers/net/wireles

Re: [OpenWrt-Devel] [RFC] Fix VLAN on Atheros AR8327N

2014-08-31 Thread Jiri Pirko
Sat, Jul 19, 2014 at 09:49:38PM CEST, nolt...@gmail.com wrote: >Commit 40842 reverted the fix for tagged+untagged VLANs on AR8327: >https://dev.openwrt.org/changeset/40777 >https://dev.openwrt.org/changeset/40842 > >According to jow, some people experienced some "issues" on older devices. Can >any

[OpenWrt-Devel] VXLAN support

2014-08-31 Thread Jiri Pirko
Hi all. I did not find any movement in support of VXLAN. Are there any plans to support it? Or is anyone working on that? I can try to add VXLAN support to netifd. Any comments, ideas, hints appreciated. Thanks. Jiri ___ openwrt-devel mailing list ope

Re: [OpenWrt-Devel] VXLAN support

2014-08-31 Thread Fernando Frediani
Hi, This would be a really useful and nice feature to add. May be use for example for connecting an office to DC based infra-structure that makes use of VXLAN. Open vSwitch (which runs on OpenWRT), as far as I know supports VXLAN but it doesn't seem to achieve very good performance on most Open

Re: [OpenWrt-Devel] VXLAN support

2014-08-31 Thread Jiri Pirko
Sun, Aug 31, 2014 at 09:40:50PM CEST, fhfredi...@gmail.com wrote: >Hi, >This would be a really useful and nice feature to add. May be use for example >for connecting an office to DC based infra-structure that makes use of VXLAN. >Open vSwitch (which runs on OpenWRT), as far as I know supports VXLAN

[OpenWrt-Devel] compatible = "ralink,mt7620a-spi", "ralink,rt2880-spi";

2014-08-31 Thread Luis Soltero
Hello All, the mt7620a.dtsi makes reference to mt7620a-spi but this node does not exist in spi.c. The following patch address this. here is the entry in the dts file... spi@b00 {

[OpenWrt-Devel] uClibc bug: epoll_pwait broken on OpenWrt x86

2014-08-31 Thread Matthias Schiffer
Hi, I'm posting this on both the OpenWrt and the uClibc lists to hopefully find someone who has an idea how the code in question might ever have worked (if it ever has...). The issue probably affects not only epoll_pwait, but also other syscall6 on i386. It can be seen on all OpenWrt versions rangi

[OpenWrt-Devel] Build logs of Barrier Breaker RCs

2014-08-31 Thread Matthias Schiffer
Hi, I've noticed that the package "fastd" (which I maintain) is missing from some targets in all Barrier Breaker RCs, for example on x86. It does exist though on ar71xx, and everything is fine in the current trunk snapshots. I can't find any issues when building BB myself either. Are the build log

Re: [OpenWrt-Devel] [PATCH][RFC]mac80211: rt2x00 correctly set ht20/ht40 filter

2014-08-31 Thread Daniel Golle
Hi Serge! Please do not send HTML emails. Your submissions are not useful for anyone if the mail body is HTML formatted and your mail application corrupted the white-space formatting. That's sad because your work will not be appreciated due to formalities which are easy to fulfil. Please read http

Re: [OpenWrt-Devel] VXLAN support

2014-08-31 Thread Hiroaki KAWAI
Hi, There's a vxlan kernel module in Linux source tree, and `ip` command can create vxlan netdev. Are you talking about netifd support for it? (2014/09/01 3:51), Jiri Pirko wrote: > Hi all. > > I did not find any movement in support of VXLAN. Are there any plans to > support it? Or is anyone wo

Re: [OpenWrt-Devel] compatible = "ralink,mt7620a-spi", "ralink,rt2880-spi";

2014-08-31 Thread John Crispin
Hi, that patch subject is utterly wrong. the real desc would be "add support for the 2nd CS line on mt7620a and add a special device_id for this." however, as you only register the CS with the spi driver and are missing the actuall /cs1 mux init, this patch is wrong/incomplete as it relies on th

Re: [OpenWrt-Devel] VXLAN support

2014-08-31 Thread Jiri Pirko
Mon, Sep 01, 2014 at 03:57:19AM CEST, ka...@stratosphere.co.jp wrote: >Hi, > >There's a vxlan kernel module in Linux source tree, >and `ip` command can create vxlan netdev. >Are you talking about netifd support for it? Yes, I am. See below... > > >(2014/09/01 3:51), Jiri Pirko wrote: >> Hi all. >