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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 BF697C432BE for ; Wed, 11 Aug 2021 12:50:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C16B60F38 for ; Wed, 11 Aug 2021 12:50:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229905AbhHKMuc (ORCPT ); Wed, 11 Aug 2021 08:50:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:49510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229707AbhHKMub (ORCPT ); Wed, 11 Aug 2021 08:50:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 0386260FA0; Wed, 11 Aug 2021 12:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628686208; bh=okMH6cOcp67xeZ4zRwpdQavn1PSzVxWv5rvITGDEiHw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=X5pP+kVY5cC/D9D7KWsGO5VaGMsAl9cMRGJdDYwYnFOrW+UcDc2dQ740JBDcgeKUf YmNUSeNV13mEKvZDxoySJmpZN8rBbu8+AjEoquT29RFOIrnDrz2Anw+qYsvtQvd5rf aJBkEA5+ZAuNUCygpXdplGzZXWpUb7vYLYee2SpleZ7IFHXGMRCf0BlzyyZxsgC2s8 4xAc5H0KXV+Hl6GWEelsvtzu9qnoCVDXZ+Rw01W+3JJGybMIA9Rb0mBRZXfgrYP2YP lIyy3Pziqe+1qLQBLVubXq9f0CMeYB2Ms80gAm9WC4cHkGPtM34KVQN/Jay4sWZVZB iAeiSVs7NTXpg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 00/15] net: bridge: vlan: add global mcast options From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162868620793.25774.11675995682393129413.git-patchwork-notify@kernel.org> Date: Wed, 11 Aug 2021 12:50:07 +0000 References: <20210810152933.178325-1-razor@blackwall.org> In-Reply-To: <20210810152933.178325-1-razor@blackwall.org> To: Nikolay Aleksandrov Cc: netdev@vger.kernel.org, roopa@nvidia.com, bridge@lists.linux-foundation.org, nikolay@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 10 Aug 2021 18:29:18 +0300 you wrote: > From: Nikolay Aleksandrov > > Hi, > This is the first follow-up set after the support for per-vlan multicast > contexts which extends global vlan options to support bridge's multicast > config per-vlan, it enables user-space to change and dump the already > existing bridge vlan multicast context options. The global option patches > (01 - 09 and 12-13) follow a similar pattern of changing current mcast > functions to take multicast context instead of a port/bridge directly. > Option equality checks have been added for dumping vlan range compression. > The last 2 patches extend the mcast router dump support so it can be > re-used when dumping vlan config. > > [...] Here is the summary with links: - [net-next,01/15] net: bridge: vlan: add support for mcast igmp/mld version global options https://git.kernel.org/netdev/net-next/c/df271cd641f1 - [net-next,02/15] net: bridge: vlan: add support for mcast last member count global option https://git.kernel.org/netdev/net-next/c/931ba87d2017 - [net-next,03/15] net: bridge: vlan: add support for mcast startup query count global option https://git.kernel.org/netdev/net-next/c/50725f6e6b21 - [net-next,04/15] net: bridge: vlan: add support for mcast last member interval global option https://git.kernel.org/netdev/net-next/c/77f6ababa299 - [net-next,05/15] net: bridge: vlan: add support for mcast membership interval global option https://git.kernel.org/netdev/net-next/c/2da0aea21f1c - [net-next,06/15] net: bridge: vlan: add support for mcast querier interval global option https://git.kernel.org/netdev/net-next/c/cd9269d46310 - [net-next,07/15] net: bridge: vlan: add support for mcast query interval global option https://git.kernel.org/netdev/net-next/c/d6c08aba4f29 - [net-next,08/15] net: bridge: vlan: add support for mcast query response interval global option https://git.kernel.org/netdev/net-next/c/425214508b1b - [net-next,09/15] net: bridge: vlan: add support for mcast startup query interval global option https://git.kernel.org/netdev/net-next/c/941121ee22a6 - [net-next,10/15] net: bridge: mcast: move querier state to the multicast context https://git.kernel.org/netdev/net-next/c/4d5b4e84c724 - [net-next,11/15] net: bridge: mcast: querier and query state affect only current context type https://git.kernel.org/netdev/net-next/c/cb486ce99576 - [net-next,12/15] net: bridge: vlan: add support for mcast querier global option https://git.kernel.org/netdev/net-next/c/62938182c359 - [net-next,13/15] net: bridge: vlan: add support for mcast router global option https://git.kernel.org/netdev/net-next/c/a97df080b6a8 - [net-next,14/15] net: bridge: mcast: use the proper multicast context when dumping router ports https://git.kernel.org/netdev/net-next/c/e04d377ff6ce - [net-next,15/15] net: bridge: vlan: use br_rports_fill_info() to export mcast router ports https://git.kernel.org/netdev/net-next/c/dc002875c22b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628686208; bh=okMH6cOcp67xeZ4zRwpdQavn1PSzVxWv5rvITGDEiHw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=X5pP+kVY5cC/D9D7KWsGO5VaGMsAl9cMRGJdDYwYnFOrW+UcDc2dQ740JBDcgeKUf YmNUSeNV13mEKvZDxoySJmpZN8rBbu8+AjEoquT29RFOIrnDrz2Anw+qYsvtQvd5rf aJBkEA5+ZAuNUCygpXdplGzZXWpUb7vYLYee2SpleZ7IFHXGMRCf0BlzyyZxsgC2s8 4xAc5H0KXV+Hl6GWEelsvtzu9qnoCVDXZ+Rw01W+3JJGybMIA9Rb0mBRZXfgrYP2YP lIyy3Pziqe+1qLQBLVubXq9f0CMeYB2Ms80gAm9WC4cHkGPtM34KVQN/Jay4sWZVZB iAeiSVs7NTXpg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162868620793.25774.11675995682393129413.git-patchwork-notify@kernel.org> Date: Wed, 11 Aug 2021 12:50:07 +0000 References: <20210810152933.178325-1-razor@blackwall.org> In-Reply-To: <20210810152933.178325-1-razor@blackwall.org> Subject: Re: [Bridge] [PATCH net-next 00/15] net: bridge: vlan: add global mcast options List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolay Aleksandrov Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, nikolay@nvidia.com, roopa@nvidia.com Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 10 Aug 2021 18:29:18 +0300 you wrote: > From: Nikolay Aleksandrov > > Hi, > This is the first follow-up set after the support for per-vlan multicast > contexts which extends global vlan options to support bridge's multicast > config per-vlan, it enables user-space to change and dump the already > existing bridge vlan multicast context options. The global option patches > (01 - 09 and 12-13) follow a similar pattern of changing current mcast > functions to take multicast context instead of a port/bridge directly. > Option equality checks have been added for dumping vlan range compression. > The last 2 patches extend the mcast router dump support so it can be > re-used when dumping vlan config. > > [...] Here is the summary with links: - [net-next,01/15] net: bridge: vlan: add support for mcast igmp/mld version global options https://git.kernel.org/netdev/net-next/c/df271cd641f1 - [net-next,02/15] net: bridge: vlan: add support for mcast last member count global option https://git.kernel.org/netdev/net-next/c/931ba87d2017 - [net-next,03/15] net: bridge: vlan: add support for mcast startup query count global option https://git.kernel.org/netdev/net-next/c/50725f6e6b21 - [net-next,04/15] net: bridge: vlan: add support for mcast last member interval global option https://git.kernel.org/netdev/net-next/c/77f6ababa299 - [net-next,05/15] net: bridge: vlan: add support for mcast membership interval global option https://git.kernel.org/netdev/net-next/c/2da0aea21f1c - [net-next,06/15] net: bridge: vlan: add support for mcast querier interval global option https://git.kernel.org/netdev/net-next/c/cd9269d46310 - [net-next,07/15] net: bridge: vlan: add support for mcast query interval global option https://git.kernel.org/netdev/net-next/c/d6c08aba4f29 - [net-next,08/15] net: bridge: vlan: add support for mcast query response interval global option https://git.kernel.org/netdev/net-next/c/425214508b1b - [net-next,09/15] net: bridge: vlan: add support for mcast startup query interval global option https://git.kernel.org/netdev/net-next/c/941121ee22a6 - [net-next,10/15] net: bridge: mcast: move querier state to the multicast context https://git.kernel.org/netdev/net-next/c/4d5b4e84c724 - [net-next,11/15] net: bridge: mcast: querier and query state affect only current context type https://git.kernel.org/netdev/net-next/c/cb486ce99576 - [net-next,12/15] net: bridge: vlan: add support for mcast querier global option https://git.kernel.org/netdev/net-next/c/62938182c359 - [net-next,13/15] net: bridge: vlan: add support for mcast router global option https://git.kernel.org/netdev/net-next/c/a97df080b6a8 - [net-next,14/15] net: bridge: mcast: use the proper multicast context when dumping router ports https://git.kernel.org/netdev/net-next/c/e04d377ff6ce - [net-next,15/15] net: bridge: vlan: use br_rports_fill_info() to export mcast router ports https://git.kernel.org/netdev/net-next/c/dc002875c22b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html