Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-11 Thread Alexander Aring
On Fri, Dec 11, 2015 at 08:11:42PM +0100, Stefan Schmidt wrote: > Hello. > > On 11/12/15 18:05, Alexander Aring wrote: > >Hi, > > > >status update here. > > > >I implemented successful basic 6CO RA messages at sending and > >processing inside radvd. > > > >There might also the question if processi

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-11 Thread Stefan Schmidt
Hello. On 11/12/15 18:05, Alexander Aring wrote: Hi, status update here. I implemented successful basic 6CO RA messages at sending and processing inside radvd. There might also the question if processing 6CO inside kernel or userspace? I put the basic functionality inside userspace for now.

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-11 Thread Alexander Aring
On Fri, Dec 11, 2015 at 06:05:41PM +0100, Alexander Aring wrote: > Hi, > > status update here. > > I implemented successful basic 6CO RA messages at sending and > processing inside radvd. > > There might also the question if processing 6CO inside kernel or > userspace? I put the basic functional

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-11 Thread Alexander Aring
Hi, status update here. I implemented successful basic 6CO RA messages at sending and processing inside radvd. There might also the question if processing 6CO inside kernel or userspace? I put the basic functionality inside userspace for now. I will send patches for this in the next days. Anyw

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-04 Thread Stefan Schmidt
Hello. On 03/12/15 15:22, Alexander Aring wrote: Hi, On Wed, Dec 02, 2015 at 03:18:06PM +0100, Stefan Schmidt wrote: Hello. A bit more review here. Still haven't tested the code. On 29/11/15 12:34, Alexander Aring wrote: This patch introduce support for IPHC stateful address compression. It

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-03 Thread Alexander Aring
Hi, On Wed, Dec 02, 2015 at 03:18:06PM +0100, Stefan Schmidt wrote: > Hello. > > A bit more review here. Still haven't tested the code. > > On 29/11/15 12:34, Alexander Aring wrote: > >This patch introduce support for IPHC stateful address compression. It > >will offer three debugfs per interfac

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-02 Thread Stefan Schmidt
Hello. A bit more review here. Still haven't tested the code. On 29/11/15 12:34, Alexander Aring wrote: This patch introduce support for IPHC stateful address compression. It will offer three debugfs per interface entries, which are: - dci_table: destination context indentifier table - sci

[RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-11-29 Thread Alexander Aring
This patch introduce support for IPHC stateful address compression. It will offer three debugfs per interface entries, which are: - dci_table: destination context indentifier table - sci_table: source context indentifier table - mcast_sci_table: multicast context identifier table Example to se