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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9A5EC4332F for ; Fri, 18 Nov 2022 12:00:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235332AbiKRMA3 (ORCPT ); Fri, 18 Nov 2022 07:00:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbiKRMA2 (ORCPT ); Fri, 18 Nov 2022 07:00:28 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D800394A59; Fri, 18 Nov 2022 04:00:26 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 777DA624A0; Fri, 18 Nov 2022 12:00:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CD024C433D6; Fri, 18 Nov 2022 12:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668772825; bh=LchO1UIvI6texoR8SGUilW21Bod173N/TLKlRubPnvU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=I2dVsLmsVfMAcMEEGTDNf61+L6xhHv4Hm6o2ZAJrdnyZDv7vqIjw/Pazt50Y0bWkY eSfgdW9zSJK+RVhmMGUKvLsEs21XFMQG4TUiWLb3jOY8VSNyKe/dtZJARv4pCsv53B RaiZUC30kVO4IOjhPZj5W8nFWhWTn/kFyx4AB4AIoiGGRzEOiHd0esrV3eWY3e1MQo myDr7ZkZlKbOXPVUfGvxefpmDjNDeAAssMWQCEkCC+DsvoSFAi9amPGwuy2P6yA99m l+oIcYL4eu/dAQg9y0k1HDrJWTtQmeBnWD2UF+CrDoS+QF31AEmmyDNDts4ngdExfE kPMfQQZmkwANg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A2680E270F6; Fri, 18 Nov 2022 12:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCHv2 net-next 0/7] sctp: support vrf processing From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166877282566.14131.2810734964750035632.git-patchwork-notify@kernel.org> Date: Fri, 18 Nov 2022 12:00:25 +0000 References: In-Reply-To: To: Xin Long Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, marcelo.leitner@gmail.com, nhorman@tuxdriver.com, dsahern@gmail.com, colrack@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-sctp@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 16 Nov 2022 15:01:15 -0500 you wrote: > This patchset adds the VRF processing in SCTP. Simliar to TCP/UDP, > it includes socket bind and socket/association lookup changes. > > For socket bind change, it allows sockets to bind to a VRF device > and allows multiple sockets with the same IP and PORT to bind to > different interfaces in patch 1-3. > > [...] Here is the summary with links: - [PATCHv2,net-next,1/7] sctp: verify the bind address with the tb_id from l3mdev https://git.kernel.org/netdev/net-next/c/26943aefa870 - [PATCHv2,net-next,2/7] sctp: check ipv6 addr with sk_bound_dev if set https://git.kernel.org/netdev/net-next/c/6fe1e52490a9 - [PATCHv2,net-next,3/7] sctp: check sk_bound_dev_if when matching ep in get_port https://git.kernel.org/netdev/net-next/c/f87b1ac06c88 - [PATCHv2,net-next,4/7] sctp: add skb_sdif in struct sctp_af https://git.kernel.org/netdev/net-next/c/33e93ed2209d - [PATCHv2,net-next,5/7] sctp: add dif and sdif check in asoc and ep lookup https://git.kernel.org/netdev/net-next/c/0af03170637f - [PATCHv2,net-next,6/7] sctp: add sysctl net.sctp.l3mdev_accept https://git.kernel.org/netdev/net-next/c/b712d0328c2c - [PATCHv2,net-next,7/7] selftests: add a selftest for sctp vrf https://git.kernel.org/netdev/net-next/c/a61bd7b9fef3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html