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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 65D4CFC6197 for ; Fri, 8 Nov 2019 22:18:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 457802178F for ; Fri, 8 Nov 2019 22:18:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731180AbfKHWSx (ORCPT ); Fri, 8 Nov 2019 17:18:53 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:39448 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726095AbfKHWSx (ORCPT ); Fri, 8 Nov 2019 17:18:53 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:1e2::d71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 4E616153B4DF4; Fri, 8 Nov 2019 14:18:52 -0800 (PST) Date: Fri, 08 Nov 2019 14:18:51 -0800 (PST) Message-Id: <20191108.141851.574550170546220386.davem@davemloft.net> To: lucien.xin@gmail.com Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com, david.laight@aculab.com Subject: Re: [PATCHv4 net-next 0/5] sctp: update from rfc7829 From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 08 Nov 2019 14:18:52 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Xin Long Date: Fri, 8 Nov 2019 13:20:31 +0800 > SCTP-PF was implemented based on a Internet-Draft in 2012: > > https://tools.ietf.org/html/draft-nishida-tsvwg-sctp-failover-05 > > It's been updated quite a few by rfc7829 in 2016. > > This patchset adds the following features: > > 1. add SCTP_ADDR_POTENTIALLY_FAILED notification > 2. add pf_expose per netns/sock/asoc > 3. add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt > 4. add ps_retrans per netns/sock/asoc/transport > (Primary Path Switchover) > 5. add spt_pathcpthld for SCTP_PEER_ADDR_THLDS sockopt > > v1->v2: > - See Patch 2/5 and Patch 5/5. > v2->v3: > - See Patch 1/5, 2/5 and 3/5. > v3->v4: > - See Patch 1/5, 2/5, 3/5 and 4/5. Series applied, thank you. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Fri, 08 Nov 2019 22:18:51 +0000 Subject: Re: [PATCHv4 net-next 0/5] sctp: update from rfc7829 Message-Id: <20191108.141851.574550170546220386.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, david.laight@aculab.com From: Xin Long Date: Fri, 8 Nov 2019 13:20:31 +0800 > SCTP-PF was implemented based on a Internet-Draft in 2012: > > https://tools.ietf.org/html/draft-nishida-tsvwg-sctp-failover-05 > > It's been updated quite a few by rfc7829 in 2016. > > This patchset adds the following features: > > 1. add SCTP_ADDR_POTENTIALLY_FAILED notification > 2. add pf_expose per netns/sock/asoc > 3. add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt > 4. add ps_retrans per netns/sock/asoc/transport > (Primary Path Switchover) > 5. add spt_pathcpthld for SCTP_PEER_ADDR_THLDS sockopt > > v1->v2: > - See Patch 2/5 and Patch 5/5. > v2->v3: > - See Patch 1/5, 2/5 and 3/5. > v3->v4: > - See Patch 1/5, 2/5, 3/5 and 4/5. Series applied, thank you.