From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt Date: Tue, 5 Dec 2017 13:35:40 -0500 Message-ID: <20171205183540.GB10327@hmswarspite.think-freely.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: network dev , linux-sctp@vger.kernel.org, Marcelo Ricardo Leitner , davem@davemloft.net To: Xin Long Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:56135 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdLESgm (ORCPT ); Tue, 5 Dec 2017 13:36:42 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Dec 05, 2017 at 11:15:58PM +0800, Xin Long wrote: > This patch adds intl_enable in asoc and netns, and strm_interleave in > sctp_sock to indicate if stream interleave is enabled and supported. > > netns intl_enable would be set via procfs, but that is not added yet > until all stream interleave codes are completely implemented; asoc > intl_enable will be set when doing 4-shakehands. > Which patch did you implement the per-namespace proc file in? I don't see it in the patch that you referenced above Neil