Re: [PATCHv2 net-next 8/8] sctp: support sysctl to allow users to use stream interleave

2017-12-14 Thread Marcelo Ricardo Leitner
On Fri, Dec 15, 2017 at 12:41:32AM +0800, Xin Long wrote: > This is the last patch for support of stream interleave, after this patch, > users could enable stream interleave by systcl -w net.sctp.intl_enable=1. > > Signed-off-by: Xin Long Acked-by: Marcelo R. Leitner Thanks Xin! > --- > net/

[PATCHv2 net-next 8/8] sctp: support sysctl to allow users to use stream interleave

2017-12-14 Thread Xin Long
This is the last patch for support of stream interleave, after this patch, users could enable stream interleave by systcl -w net.sctp.intl_enable=1. Signed-off-by: Xin Long --- net/sctp/sysctl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c inde