[OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: update sock api

2013-02-28 Thread Luca Dariz
be done through a specific wrapper. Signed-off-by: Luca Dariz --- Index: package/platform/lantiq/ltq-atm/src/ltq_atm.c === --- package/platform/lantiq/ltq-atm/src/ltq_atm.c (revisione 35820) +++ package/platform/lantiq/ltq-atm

[OpenWrt-Devel] Compile linux with tracing support

2013-03-02 Thread Luca Dariz
Hi, i'm trying to build the kernel with tracing support for a lantiq target on svn r35820. I enabled tracing options in menuconfig (Global build settings) and it's ok, but if i enable some additional tracers in kernel_menuconfig (Kernel hacking -> Tracers) it fails with errors like: CC in

Re: [OpenWrt-Devel] Compile linux with tracing support

2013-03-06 Thread Luca Dariz
Il 05/03/2013 00:56, Conor O'Gorman ha scritto: > On Sat, 2013-03-02 at 15:55 +0100, Luca Dariz wrote: >> Hi, >> >> i'm trying to build the kernel with tracing support for a lantiq target >> on svn r35820. >> I enabled tracing options in menuconfig (Gl

[OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: add rx tasklet

2013-04-26 Thread Luca dariz
Lantiq Danube for about a month and it seems to work well. Signed-off-by: Luca Dariz Tested-by: Luca Dariz -- Index: package/platform/lantiq/ltq-atm/src/ltq_atm.c === --- package/platform/lantiq/ltq-atm/src/ltq_atm.c (revisione

Re: [OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: add rx tasklet

2013-04-26 Thread Luca dariz
Il 26/04/2013 16:35, Conor O'Gorman ha scritto: > On Fri, 2013-04-26 at 14:13 +0200, Luca dariz wrote: >> Use a tasklet to handle incoming packets. Fix #12917. >> >> Incoming packets are now processes in a tasklet instead of in the >> irq handler; this should impr

Re: [OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: add rx tasklet

2013-04-28 Thread Luca dariz
Il 26/04/2013 22:00, Luca dariz ha scritto: > Il 26/04/2013 16:35, Conor O'Gorman ha scritto: >> On Fri, 2013-04-26 at 14:13 +0200, Luca dariz wrote: >>> Use a tasklet to handle incoming packets. Fix #12917. >>> >>> Incoming packets are now processes in a

Re: [OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: add rx tasklet

2013-04-28 Thread Luca dariz
Il 28/04/2013 13:45, Luca dariz ha scritto: > Il 26/04/2013 22:00, Luca dariz ha scritto: >> Il 26/04/2013 16:35, Conor O'Gorman ha scritto: >>> On Fri, 2013-04-26 at 14:13 +0200, Luca dariz wrote: >>>> Use a tasklet to handle incoming packets. Fix #12917.

Re: [OpenWrt-Devel] [PATCH] [lantiq] ltq-atm: add rx tasklet

2013-04-29 Thread Luca Dariz
Il 29/04/2013 10:26, Conor O'Gorman ha scritto: On Sun, 2013-04-28 at 16:09 +0200, Luca dariz wrote: Il 28/04/2013 13:45, Luca dariz ha scritto: Il 26/04/2013 22:00, Luca dariz ha scritto: Il 26/04/2013 16:35, Conor O'Gorman ha scritto: On Fri, 2013-04-26 at 14:13 +0200, Luca d

[OpenWrt-Devel] [PATCH] [packages] muninlite: fix getting bridge data

2013-01-25 Thread Luca Dariz
This patch fix a bug while getting data for interfaces like br-lan, pppoa-wan. Signed-off-by: Luca Dariz --- Index: admin/muninlite/patches/210-add-bridge-devs.patch === --- admin/muninlite/patches/210-add-bridge-devs.patch