Re: [Linux-zigbee-devel] [PATCH RFC net-next 0/6] 6lowpan: reimplementation of fragmentation handling

2014-02-20 Thread Alexander Aring
Dear David Miller, looks this patch stack okay for you? I don't want to be annoying, I worked a long time on these series and I would be happy if these patches will apply into mainline. Then I can take the next TODO on my long "6lowpan/ieee802154" list. - Alex --

[Linux-zigbee-devel] 6lowpan fragments overlaps, make linux unable to communicate with contiki node when package is large

2014-02-20 Thread nerdyqq
Hi, have a raspberry pi equipped with a MRF24j40 RF module. raspberry pi has 6lowpan stack installed. I also have a telosb node install with contiki/examples/ipv6/rpl-udp/udp-server.c Communication between two linux node has no probelm. I am trying to make contiki node and linux node communicate w

Re: [Linux-zigbee-devel] [PATCH RFC net-next 0/6] 6lowpan: reimplementation of fragmentation handling

2014-02-20 Thread David Miller
RFC means "request for comments", if you want me to apply it, resend the series without the RFC tag in the subject line. Also, target your patches at net-next. Thanks. -- Managing the Performance of Cloud-Based Applicat

Re: [Linux-zigbee-devel] 6lowpan fragments overlaps, make linux unable to communicate with contiki node when package is large

2014-02-20 Thread Alexander Aring
Hi, short answer: fragmentation isn't rfc complaint and has a lot of other issues. good news: patches is in my queue, checkout [1]. I will resend them "without as RFC (since nobody screams in netdev that I make weird things)" today after my discrete maths exam. - Alex [1] https://github.com/

Re: [Linux-zigbee-devel] 6lowpan fragments overlaps, make linux unable to communicate with contiki node when package is large

2014-02-20 Thread Alexander Aring
maybe you can work with joseph to running these patches on rpi. He also want these patches on a rpi and since we did code sharing with blte 6lowpan the backport isn't easy. (oh well for me it's easy but I don't have any time right now.) Sorry! - Alex --