From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3366C3A59F for ; Mon, 26 Aug 2019 11:02:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8788C20874 for ; Mon, 26 Aug 2019 11:02:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729362AbfHZLC7 (ORCPT ); Mon, 26 Aug 2019 07:02:59 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:51655 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726926AbfHZLC6 (ORCPT ); Mon, 26 Aug 2019 07:02:58 -0400 Received: from cpe-2606-a000-111b-43ee-0-0-0-162e.dyn6.twc.com ([2606:a000:111b:43ee::162e] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1i2Cls-0001ER-Id; Mon, 26 Aug 2019 07:02:54 -0400 Date: Mon, 26 Aug 2019 07:02:21 -0400 From: Neil Horman To: Xin Long Cc: network dev , linux-sctp@vger.kernel.org, Marcelo Ricardo Leitner , davem@davemloft.net Subject: Re: [PATCH net-next 0/3] sctp: add SCTP_ECN_SUPPORTED sockopt Message-ID: <20190826110221.GA7831@hmswarspite.think-freely.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Aug 26, 2019 at 04:30:01PM +0800, Xin Long wrote: > This patchset is to make ecn flag per netns and endpoint and then > add SCTP_ECN_SUPPORTED sockopt, as does for other feature flags. > > Xin Long (3): > sctp: make ecn flag per netns and endpoint > sctp: allow users to set netns ecn flag with sysctl > sctp: allow users to set ep ecn flag by sockopt > > include/net/netns/sctp.h | 3 ++ > include/net/sctp/structs.h | 3 +- > include/uapi/linux/sctp.h | 1 + > net/sctp/endpointola.c | 1 + > net/sctp/protocol.c | 3 ++ > net/sctp/sm_make_chunk.c | 16 +++++++--- > net/sctp/socket.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++ > net/sctp/sysctl.c | 7 +++++ > 8 files changed, 102 insertions(+), 5 deletions(-) > > -- > 2.1.0 > > Series Acked-by: Neil Horman