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.3 required=3.0 tests=BAYES_40, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 D722FC433DB for ; Fri, 19 Mar 2021 12:34:40 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 37A3E64EB6 for ; Fri, 19 Mar 2021 12:34:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37A3E64EB6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mptcp-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 089BD100EB34A; Fri, 19 Mar 2021 05:34:40 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2a0a:51c0:0:12e:520::1; helo=chamillionaire.breakpoint.cc; envelope-from=fw@strlen.de; receiver= Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7711C100EB325 for ; Fri, 19 Mar 2021 05:34:37 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1lNEKo-0006qR-0d; Fri, 19 Mar 2021 13:34:34 +0100 Date: Fri, 19 Mar 2021 13:34:33 +0100 From: Florian Westphal To: Paolo Abeni Message-ID: <20210319123433.GE22603@breakpoint.cc> References: <20210317163828.27406-1-fw@strlen.de> <20210317163828.27406-2-fw@strlen.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Message-ID-Hash: HWLBAJVIZHDH4PCVBTDUIAR3R45JS2XX X-Message-ID-Hash: HWLBAJVIZHDH4PCVBTDUIAR3R45JS2XX X-MailFrom: fw@strlen.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: mptcp@lists.01.org X-Mailman-Version: 3.1.1 Precedence: list Subject: [MPTCP] Re: [PATCH mptcp-next 1/9] mptcp: add skeleton to sync msk socket options to subflows List-Id: Discussions regarding MPTCP upstreaming Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Paolo Abeni wrote: > There are a few __mptcp_flush_join_list() call-sites which are already > in process context, e.g.: > > mptcp_stream_accept() > __mptcp_push_pending() > __mptcp_move_skbs() > mptcp_disconnect() > > what renaming mptcp_work_flush_join_list() in mptcp_flush_join_list() - > or mptcp_work_flush_join_list_lock() or some better name - and use it > in the above places? What would be the advanage? > > xfrm_sk_free_policy(sk); > > sk_refcnt_debug_release(sk); > > mptcp_dispose_initial_subflow(msk); > > + > > I guess the added empty line is not intentional? ;) No, I will zap it. _______________________________________________ mptcp mailing list -- mptcp@lists.01.org To unsubscribe send an email to mptcp-leave@lists.01.org