All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Aleksandrov <nikolay@nvidia.com>
To: "Linus Lüssing" <linus.luessing@c0d3.blue>, netdev@vger.kernel.org
Cc: Roopa Prabhu <roopa@nvidia.com>, Jakub Kicinski <kuba@kernel.org>,
	"David S . Miller" <davem@davemloft.net>,
	bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [net-next v3 06/11] net: bridge: mcast: prepare expiry functions for mcast router split
Date: Thu, 13 May 2021 14:33:14 +0300	[thread overview]
Message-ID: <7b47a9d8-104a-ca57-6550-df0105c72993@nvidia.com> (raw)
In-Reply-To: <20210512231941.19211-7-linus.luessing@c0d3.blue>

On 13/05/2021 02:19, Linus Lüssing wrote:
> In preparation for the upcoming split of multicast router state into
> their IPv4 and IPv6 variants move the protocol specific timer access to
> an ip4 wrapper function.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
> ---
>  net/bridge/br_multicast.c | 31 ++++++++++++++++++++++---------
>  1 file changed, 22 insertions(+), 9 deletions(-)
> 

Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>


WARNING: multiple messages have this Message-ID (diff)
From: Nikolay Aleksandrov <nikolay@nvidia.com>
To: "Linus Lüssing" <linus.luessing@c0d3.blue>, netdev@vger.kernel.org
Cc: Jakub Kicinski <kuba@kernel.org>,
	bridge@lists.linux-foundation.org,
	"David S . Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, Roopa Prabhu <roopa@nvidia.com>
Subject: Re: [Bridge] [net-next v3 06/11] net: bridge: mcast: prepare expiry functions for mcast router split
Date: Thu, 13 May 2021 14:33:14 +0300	[thread overview]
Message-ID: <7b47a9d8-104a-ca57-6550-df0105c72993@nvidia.com> (raw)
In-Reply-To: <20210512231941.19211-7-linus.luessing@c0d3.blue>

On 13/05/2021 02:19, Linus Lüssing wrote:
> In preparation for the upcoming split of multicast router state into
> their IPv4 and IPv6 variants move the protocol specific timer access to
> an ip4 wrapper function.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
> ---
>  net/bridge/br_multicast.c | 31 ++++++++++++++++++++++---------
>  1 file changed, 22 insertions(+), 9 deletions(-)
> 

Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>


  reply	other threads:[~2021-05-13 11:33 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-12 23:19 [PATCH net-next v3 00/11] net: bridge: split IPv4/v6 mc router state and export for batman-adv Linus Lüssing
2021-05-12 23:19 ` [Bridge] " Linus Lüssing
2021-05-12 23:19 ` [net-next v3 01/11] net: bridge: mcast: rename multicast router lists and timers Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:29   ` Nikolay Aleksandrov
2021-05-13 11:29     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 02/11] net: bridge: mcast: add wrappers for router node retrieval Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:29   ` Nikolay Aleksandrov
2021-05-13 11:29     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 03/11] net: bridge: mcast: prepare mdb netlink for mcast router split Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:30   ` Nikolay Aleksandrov
2021-05-13 11:30     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 04/11] net: bridge: mcast: prepare query reception " Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:30   ` Nikolay Aleksandrov
2021-05-13 11:30     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 05/11] net: bridge: mcast: prepare is-router function " Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:32   ` Nikolay Aleksandrov
2021-05-13 11:32     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 06/11] net: bridge: mcast: prepare expiry functions " Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:33   ` Nikolay Aleksandrov [this message]
2021-05-13 11:33     ` Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 07/11] net: bridge: mcast: prepare add-router function " Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:35   ` Nikolay Aleksandrov
2021-05-13 11:35     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 08/11] net: bridge: mcast: split router port del+notify " Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:46   ` Nikolay Aleksandrov
2021-05-13 11:46     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 09/11] net: bridge: mcast: split multicast router state for IPv4 and IPv6 Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:59   ` Nikolay Aleksandrov
2021-05-13 11:59     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 10/11] net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:38   ` Nikolay Aleksandrov
2021-05-13 11:38     ` [Bridge] " Nikolay Aleksandrov
2021-05-12 23:19 ` [net-next v3 11/11] net: bridge: mcast: export multicast router presence adjacent to a port Linus Lüssing
2021-05-12 23:19   ` [Bridge] " Linus Lüssing
2021-05-13 11:39   ` Nikolay Aleksandrov
2021-05-13 11:39     ` [Bridge] " Nikolay Aleksandrov
2021-05-13 12:02 ` [PATCH net-next v3 00/11] net: bridge: split IPv4/v6 mc router state and export for batman-adv Nikolay Aleksandrov
2021-05-13 12:02   ` [Bridge] " Nikolay Aleksandrov
2021-05-13 13:34   ` Linus Lüssing
2021-05-13 13:34     ` [Bridge] " Linus Lüssing
2021-05-13 13:36     ` Nikolay Aleksandrov
2021-05-13 13:36       ` [Bridge] " Nikolay Aleksandrov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b47a9d8-104a-ca57-6550-df0105c72993@nvidia.com \
    --to=nikolay@nvidia.com \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linus.luessing@c0d3.blue \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=roopa@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.