From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Sun, 19 Feb 2017 23:18:23 +0000 Subject: Re: [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf ssn reset request ch Message-Id: <20170219.181823.4704280210611555.davem@davemloft.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lucien.xin@gmail.com Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com, vyasevich@gmail.com From: Xin Long Date: Fri, 17 Feb 2017 12:45:36 +0800 > Patch 3/7 and 4/7 are to implement receiver-side procedures for the > Outgoing and Incoming SSN Reset Request Parameter described in rfc6525 > section 5.2.2 and 5.2.3 > > Patch 1/7 and 2/7 are ahead of them to define some apis. > > Patch 5/7-7/7 are to add the process of reconf chunk event in rx path. > > Note that with this patchset, asoc->reconf_enable has no chance yet to > be set, until the patch "sctp: add get and set sockopt for reconf_enable" > is applied in the future. As we can not just enable it when sctp is not > capable of processing reconf chunk yet. ... Series applied, thanks.