From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Date: Tue, 05 Dec 2017 18:59:47 +0000 Subject: Re: [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt Message-Id: <20171205185947.GG13341@localhost.localdomain> List-Id: References: <20171205183540.GB10327@hmswarspite.think-freely.org> In-Reply-To: <20171205183540.GB10327@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Neil Horman Cc: Xin Long , network dev , linux-sctp@vger.kernel.org, davem@davemloft.net On Tue, Dec 05, 2017 at 01:35:40PM -0500, Neil Horman wrote: > 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 > It's in the next series. As the next one introduces the compatibility needed for other extensions, which are already in the stack, it's safer to not be able to enable it yet. Xin, can you please post it as RFC too? So Neil can have a look at the big picture here. Thanks Marcelo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt Date: Tue, 5 Dec 2017 16:59:47 -0200 Message-ID: <20171205185947.GG13341@localhost.localdomain> References: <20171205183540.GB10327@hmswarspite.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Xin Long , network dev , linux-sctp@vger.kernel.org, davem@davemloft.net To: Neil Horman Return-path: Received: from mail-qt0-f178.google.com ([209.85.216.178]:46431 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdLES7x (ORCPT ); Tue, 5 Dec 2017 13:59:53 -0500 Content-Disposition: inline In-Reply-To: <20171205183540.GB10327@hmswarspite.think-freely.org> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Dec 05, 2017 at 01:35:40PM -0500, Neil Horman wrote: > 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 > It's in the next series. As the next one introduces the compatibility needed for other extensions, which are already in the stack, it's safer to not be able to enable it yet. Xin, can you please post it as RFC too? So Neil can have a look at the big picture here. Thanks Marcelo