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

2013-10-28 Thread Nathan Hintz
On Mon, 28 Oct 2013 18:42:22 +0100 Rafał Miłecki wrote: Hi: A few questions/comments inline... Nathan > Copying whole packets with skb_copy_from_linear_data_offset is a pretty > bad idea. CPU was spending time in __copy_user_common and network > performance was lower. With the new solution ipe

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-10-28 Thread RealOpty
Im having a simikar issue with my wnr3700v2, the wifi just "dont work" nothing in logs :/ RealOpty On 10/27/2013 3:47 PM, omggo wrote: Two WDR4300, a WR2543ND, and a WR1043ND (this one was bought and is used in the Netherlands). could it be that the WDR4300 you have is a different

[OpenWrt-Devel] [PATCH] ar71xx: Enable nand-driver for WNDR4300

2013-10-28 Thread Joris de Vries
This is based on previous patches by Stefan Agner. The kernel config now includes the relevant lines for the ar934x nand driver, and selects the kmod-ar934x-nand when building for the WNDR4300. Signed-off-by: Joris de Vries --- target/linux/ar71xx/config-3.10 |6 +- target/

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

2013-10-28 Thread Rafał Miłecki
2013/10/28 David Miller : > However, this is not: > >> + /* Unmap old skb, we'll pass it to the netfif */ >> + dma_unmap_single(dma_dev, old_dma_addr, >> + BGMAC_RX_BUF_SIZE, >> +

Re: [OpenWrt-Devel] 3g hotplug script not called when modem connected

2013-10-28 Thread Liverpool Bitlas
So, I have this problem, explained in #14117: #14117: 3g hotplug script not called when modem connected + Reporter: raver@… | Owner: developers Type: defect | Status: new Priority: normal | Milestone: Component:

[OpenWrt-Devel] 3g hotplug script not called when modem connected

2013-10-28 Thread Liverpool Bitlas
I have the same problem. Is problem result of removing of hotplug2 package? hotplug2 is removed from trunk, so this package is not need anymore? How is it working without hotplug2? Thanks, Bitlas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.

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

2013-10-28 Thread Rafał Miłecki
Copying whole packets with skb_copy_from_linear_data_offset is a pretty bad idea. CPU was spending time in __copy_user_common and network performance was lower. With the new solution iperf-measured speed increased from 116Mb/s to 134Mb/s. Another way to improve performance could be switching to bu

Re: [OpenWrt-Devel] Convert cambria-setup.c to use ehci-platform driver

2013-10-28 Thread Tim Harvey
On Thu, Oct 24, 2013 at 1:12 PM, Michael Weiser wrote: > Hi, > > I have a Cambria board and roll my own kernels for it using patches from > OpenWrt. Recent kernels (3.10/11) compile and start up fine but no longer > find the USB ports. Upon investigation I stumbled across Florian's > patchset rem

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-10-28 Thread Weedy
On 27 Oct 2013 18:47, "omggo" wrote: >> >> Two WDR4300, a WR2543ND, and a WR1043ND (this one was bought and is >> used in the Netherlands). > > > could it be that the WDR4300 you have is a different revision?? > My main 4300 is a 1.3, the other one is a 1.2. > On Sun, Oct 27, 2013 at 1:12 AM, Wee