Re: [OpenWrt-Devel] [RFC] BCM6368 an FPU emulation problems.

2013-08-15 Thread Florian Fainelli
Le jeudi 15 août 2013 21:18:53 José Vázquez a écrit : > 2013/8/11, José Vázquez : > > Still we have problems with rootfs_data partition if some openwrt and > > kernel options are changed or added. > > Because nobody answered i decided to blind shooting after reading all > > the info i've could find

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

2013-08-15 Thread Rafał Miłecki
2013/8/15 Felix Fietkau : > On 2013-08-15 1:36 PM, Rafał Miłecki wrote: >> 2013/8/11 Rafał Miłecki : >>> It makes more sense to allocate new (empty) skb and pass it to the >>> hardware. That way we avoid copying whole packet into new skb which >>> should result in better performance. >> >> I did so

Re: [OpenWrt-Devel] [RFC] BCM6368 an FPU emulation problems.

2013-08-15 Thread José Vázquez
2013/8/11, José Vázquez : > Still we have problems with rootfs_data partition if some openwrt and > kernel options are changed or added. > Because nobody answered i decided to blind shooting after reading all > the info i've could find. Also applied Florian's and Jonas' patches > published in linux

[OpenWrt-Devel] New package, a cups backend for Canon capt printer

2013-08-15 Thread Randy Li
The package packaged the foo2capt http://sourceforge.net/projects/foo2capt/ . I have tested and it works. To know what it is used for, you can see link below https://help.ubuntu.com/community/CanonCaptDrv190 the patch part in the patch I sent is to fix compiling. Without you can't compile. I th

Re: [OpenWrt-Devel] [PATCH] add a option in menuconfig to set a custom folder for the images & packages -- fix typo, sorry for this

2013-08-15 Thread Michael Heimpold
Hi, Am Mittwoch, 14. August 2013, 22:41:07 schrieb Hartmut Knaack: > Now I see. IMHO sending a [PATCH V2] would be the cleaner solution. +1 > > Oliver Ertl schrieb: > > Signed-off-by: Oliver Ertl > > --- > > rules.mk | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git

[OpenWrt-Devel] [PATCH] hostapd: fix hostapd RSN preauthentication PMKSA caching

2013-08-15 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" In 2009 OpenWrt's hostapd config added an "auth_cache" boolean to be used to address a reported issue #12129 [0] on a forum [1]. The reported issue on the ticket is different that the one described on the forum. The commit was r33359. This change broke proper RSN preauth

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

2013-08-15 Thread Felix Fietkau
On 2013-08-15 1:36 PM, Rafał Miłecki wrote: > 2013/8/11 Rafał Miłecki : >> It makes more sense to allocate new (empty) skb and pass it to the >> hardware. That way we avoid copying whole packet into new skb which >> should result in better performance. > > I did some testing of this patch using "p

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

2013-08-15 Thread Rafał Miłecki
2013/8/11 Rafał Miłecki : > It makes more sense to allocate new (empty) skb and pass it to the > hardware. That way we avoid copying whole packet into new skb which > should result in better performance. I did some testing of this patch using "perf" tool and iperf -s running on the OpenWrt machine

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

2013-08-15 Thread Rafał Miłecki
2013/8/14 Nathan Hintz : > Have you tried this recent change? > > https://dev.openwrt.org/changeset/37763 Yes, it didn't really help :( I also noticed 2 more recent changes: https://dev.openwrt.org/changeset/37790/ https://dev.openwrt.org/changeset/37791/ but they also don't help. -- Ra