From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCHv2 net-next 0/8] sctp: Implement Stream Interleave: Interaction with Other SCTP Extensions Date: Fri, 15 Dec 2017 13:53:06 -0500 (EST) Message-ID: <20171215.135306.1237219753205231632.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com To: lucien.xin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55008 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755834AbdLOSxI (ORCPT ); Fri, 15 Dec 2017 13:53:08 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Fri, 15 Dec 2017 00:41:24 +0800 > Stream Interleave would be implemented in two Parts: > > 1. The I-DATA Chunk Supporting User Message Interleaving > 2. Interaction with Other SCTP Extensions > > Overview in section 2.3 of RFC8260 for Part 2: > > The usage of the I-DATA chunk might interfere with other SCTP > extensions. Future SCTP extensions MUST describe if and how they > interfere with the usage of I-DATA chunks. For the SCTP extensions > already defined when this document was published, the details are > given in the following subsections. > > As the 2nd part of Stream Interleave Implementation, this patchset mostly > adds the support for SCTP Partial Reliability Extension with I-FORWARD-TSN > chunk. Then adjusts stream scheduler and stream reconfig to make them work > properly with I-DATA chunks. > > In the last patch, all stream interleave codes will be enabled by adding > sysctl to allow users to use this feature. > > v1 -> v2: > - removed the intl_enable check from sctp_chunk_event_lookup, as Marcelo's > suggestion. > - fixed a typo in changelog. Series applied, thanks.