Re: [OpenWrt-Devel] Kernel panic & Process batadv.sh - Fatal

2013-08-13 Thread cmsv
The problem has now been solved with the needed patch that was backported to AA. It is now available in r37768 and the images with batman-adv are not affected by this problem. Patch is at: target/linux/generic/patches-3.3/721-phy_packets.patch On 08/12/2013 08:59 PM, Gui Iribarren wrote: > On 08/

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Robert Bradley
On 13 August 2013 20:48, Rafał Miłecki wrote: > 2013/8/13 Rafał Miłecki : >> After analyzing it for a bit longer I noticed following thing: >> 1) skb starts at aligned address >> 2) first 28B in skb are reserved for Broadcom's header >> 3) then there are unused 2B >> 4) then finally ethernet packe

Re: [OpenWrt-Devel] [RFC][PATCH 2/2] bgmac: pass received packet to the netif instead of copying it

2013-08-13 Thread Rafał Miłecki
2013/8/11 Nathan Hintz : > Is there a penalty in synchronizing (DMA) more of the buffer than is needed? > Here's a modified version of the patch that mostly eliminates the unneeded > synchronization (there is another 24 bytes of pad in the RX header that could > be eliminated - in both directio

[OpenWrt-Devel] Question on UCI Lua license

2013-08-13 Thread Jeff Remy
Hi, I have a question regarding the UCI Lua bindings license. libuci itself is LGPLv2.1, the cli utility is GPLv2 and the Lua bindings are GPLv2. I was wondering if this was on purpose? It does not seem to be in line with the library but again, there might be other reasons. Anybody knows the ratio

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Rafał Miłecki
2013/8/13 Rafał Miłecki : > After analyzing it for a bit longer I noticed following thing: > 1) skb starts at aligned address > 2) first 28B in skb are reserved for Broadcom's header > 3) then there are unused 2B > 4) then finally ethernet packets starts > > So: > 1) Ethernet packets starts at 28B+

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Rafał Miłecki
2013/8/11 Rafał Miłecki : > 2013/8/11 Robert Bradley : >> >> On 11 Aug 2013 18:13, "Rafał Miłecki" wrote: >>> >>> 2013/8/11 Robert Bradley : >>> > it might be worth testing a build with these applied and use Florian's >>> > method instead (pass the current SKB to the stack as-is and create a new >

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts, ipv6 compatiblity

2013-08-13 Thread nxis
>From Ivan Petrov ddns-scripts package can not currently detect ipv6 address of the network interfaces. Fix this issue in this patch. After this patch applied, scripts will be able to update ipv6 address on Dynamc DNS servers. Signed-off-by: Ivan Petrov --- This is my first patch, sorry for po

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Rafał Miłecki
2013/8/13 Florian Fainelli : > 2013/8/11 Rafał Miłecki : >> 2013/8/9 Florian Fainelli : >>> I think you might want to run "perf top" and run a relatively long >>> transfer, say 60 seconds and see what comes up above 5%. On the MIPS >>> platforms that I work with, doing checksum calculation was quit

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Florian Fainelli
2013/8/11 Rafał Miłecki : > 2013/8/9 Florian Fainelli : >> I think you might want to run "perf top" and run a relatively long >> transfer, say 60 seconds and see what comes up above 5%. On the MIPS >> platforms that I work with, doing checksum calculation was quite >> expensive, so if the hardware

Re: [OpenWrt-Devel] [Patch][packages] umurmur: update to 0.2.13

2013-08-13 Thread Vasilis Tsiligiannis
Hello, Στις Δευ 12 Αυγ 2013 12:02:04 Dirk Neukirchen έγραψε: > uMurmur 0.2.13 update - requested by forum thread: > https://forum.openwrt.org/viewtopic.php?id=21553 Your patch seems mangled. There are extra whitespaces at the beginning of some lines. signature.asc Description: This is a digital

[OpenWrt-Devel] [PATCH] Add cable testing support for ar8327. A cable test can take some time. swconfig dev switch0 port 1 set cabletest 1 # start swconfig dev switch0 port 1 get cabletest # get resul

2013-08-13 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- .../linux/generic/files/drivers/net/phy/ar8216.c | 119 + .../linux/generic/files/drivers/net/phy/ar8216.h | 7 ++ 2 files changed, 126 insertions(+) diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.c b/target/linux/ge