From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Date: Wed, 6 Dec 2017 10:20:01 -0500 Message-ID: <20171206152001.GB10595@hmswarspite.think-freely.org> References: <20171205173005.GB3328@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcelo Ricardo Leitner , network dev , linux-sctp@vger.kernel.org, davem To: Xin Long Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:40630 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752427AbdLFPUw (ORCPT ); Wed, 6 Dec 2017 10:20:52 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Dec 06, 2017 at 11:21:46AM +0800, Xin Long wrote: > On Wed, Dec 6, 2017 at 1:30 AM, Marcelo Ricardo Leitner > wrote: > > On Tue, Dec 05, 2017 at 11:15:57PM +0800, Xin Long wrote: > >> Stream Interleave would be Implemented in two Parts: > >> 1. The I-DATA Chunk Supporting User Message Interleaving > >> 2. Interaction with Other SCTP Extensions > >> > > > > I have reviewed this patchset a couple of times already before the > > posting and other than the missing blank line (heh), it looks good to > > me. Would ack it now but we'll need a respin for the newline. > OK, thanks ! > > > > > Xin, please wait a bit before respining it. Maybe Neil and others have > > more comments on it. > Sure, > > I added the part 2 (Interaction with Other SCTP Extensions) only > as an attachment here, so that it would be more clear to know the > big picture by checking it. (patchset_2.tar.gz) > > > I also added the test cases here I've done, based on sctp-tests > (conformance.tar.gz). It includes: > idata with ulp layer process > idata with stream reconfig > idata with stream scheduler > idata with sctp prsctp > idata with auth > > (idata with sctp-tests others old tests) > > and note that another file (debug.tar.gz) is some patches for sctp > to make these tests easier to be done. Thanks, I'll look at this shortly Neil