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
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
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
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
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
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
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
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
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