Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-25 Thread Alexander Aring
Hi all, I not forgot this patch series... but I need to rework them and I am a little bit busy right now. Sorry... - Alex -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new gui

Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-14 Thread Martin Townsend
Hi Alex, Apart from the one query it all looks good to me. Reviewed-by: Martin Townsend Cheers, Martin. On 10/03/14 10:20, Alexander Aring wrote: > Hi, > > this patch series cleanups a little bit the current 6lowpan dataflow. > Mostly used more function which we already included mainline and

Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-12 Thread Jukka Rissanen
Hi Alex, On ma, 2014-03-10 at 11:20 +0100, Alexander Aring wrote: > Hi, > > this patch series cleanups a little bit the current 6lowpan dataflow. > Mostly used more function which we already included mainline and use > ipv6 api instead of own implemented functions. At least I remove some > unused

Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-12 Thread Alexander Aring
Hi Jukka, On Wed, Mar 12, 2014 at 09:55:29AM +0200, Jukka Rissanen wrote: > Hi Alex, > > On ma, 2014-03-10 at 11:20 +0100, Alexander Aring wrote: > > Hi, > > > > this patch series cleanups a little bit the current 6lowpan dataflow. > > Mostly used more function which we already included mainline

Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-10 Thread Alexander Aring
Hi all, Sorry, I will resend this patch series now I see that my patch rework script doesn't work correctly. It drops the [PATCH #/10] to [PATCH #/0], seems that my regex checks only for one number. :-) Sorry! -- Learn

[Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-10 Thread Alexander Aring
Hi, this patch series cleanups a little bit the current 6lowpan dataflow. Mostly used more function which we already included mainline and use ipv6 api instead of own implemented functions. At least I remove some unused functions and magic numbers. I will send it to netdev if all things looks fin