Re: [PATCH net-next 00/27] sctp: implement rfc6525 sctp stream reconf

2017-01-02 Thread Xin Long
On Mon, Jan 2, 2017 at 12:30 AM, David Miller wrote: > > I'm sorry but this is way too many patches to submit at one time. > > Split your series into smaller, more reasonably sized, groups > of changes. okay, will split and repost

Re: [PATCH net-next 00/27] sctp: implement rfc6525 sctp stream reconf

2017-01-01 Thread David Miller
I'm sorry but this is way too many patches to submit at one time. Split your series into smaller, more reasonably sized, groups of changes.

Re: [PATCH net-next 00/27] sctp: implement rfc6525 sctp stream reconf

2017-01-01 Thread Xin Long
On Sun, Jan 1, 2017 at 7:20 PM, Xin Long wrote: > This patchset is to implement sctp stream reconf described in rfc6525. > > Patch 1-3 add per stream information in sctp asoc. > Patch 4-8 make the chunk with different reconf params. (Section 3-4) > Patch 9-12 add reconf timer, primitive and e

[PATCH net-next 00/27] sctp: implement rfc6525 sctp stream reconf

2017-01-01 Thread Xin Long
This patchset is to implement sctp stream reconf described in rfc6525. Patch 1-3 add per stream information in sctp asoc. Patch 4-8 make the chunk with different reconf params. (Section 3-4) Patch 9-12 add reconf timer, primitive and enable option. Patch 13-25 implement the procedures on both