All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Linus Lüssing" <linus.luessing@web.de>
Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
	"David S. Miller" <davem@davemloft.net>,
	b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org
Subject: Re: [B.A.T.M.A.N.] [PATCHv2 net-next 3/4] bridge: add export of multicast database adjacent to net_dev
Date: Fri, 30 May 2014 07:38:34 -0700	[thread overview]
Message-ID: <20140530073834.0986af33@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1400994205-31165-4-git-send-email-linus.luessing@web.de>

On Sun, 25 May 2014 07:03:24 +0200
Linus Lüssing <linus.luessing@web.de> wrote:

> With this new, exported function br_multicast_list_adjacent(net_dev) a
> list of IPv4/6 addresses is returned. This list contains all multicast
> addresses sensed by the bridge multicast snooping feature on all bridge
> ports of the bridge interface of net_dev, excluding addresses from the
> specified net_device itself.
> 
> Adding bridge support to the batman-adv multicast optimization requires
> batman-adv knowing about the existence of bridged-in multicast
> listeners to be able to reliably serve them with multicast packets.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@web.de>

Please use EXPORT_SYMBOL_GPL

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Linus Lüssing" <linus.luessing@web.de>
Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
	"David S. Miller" <davem@davemloft.net>,
	b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org
Subject: Re: [Bridge] [PATCHv2 net-next 3/4] bridge: add export of multicast database adjacent to net_dev
Date: Fri, 30 May 2014 07:38:34 -0700	[thread overview]
Message-ID: <20140530073834.0986af33@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1400994205-31165-4-git-send-email-linus.luessing@web.de>

On Sun, 25 May 2014 07:03:24 +0200
Linus Lüssing <linus.luessing@web.de> wrote:

> With this new, exported function br_multicast_list_adjacent(net_dev) a
> list of IPv4/6 addresses is returned. This list contains all multicast
> addresses sensed by the bridge multicast snooping feature on all bridge
> ports of the bridge interface of net_dev, excluding addresses from the
> specified net_device itself.
> 
> Adding bridge support to the batman-adv multicast optimization requires
> batman-adv knowing about the existence of bridged-in multicast
> listeners to be able to reliably serve them with multicast packets.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@web.de>

Please use EXPORT_SYMBOL_GPL

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Linus Lüssing" <linus.luessing@web.de>
Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
	"David S. Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [PATCHv2 net-next 3/4] bridge: add export of multicast database adjacent to net_dev
Date: Fri, 30 May 2014 07:38:34 -0700	[thread overview]
Message-ID: <20140530073834.0986af33@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1400994205-31165-4-git-send-email-linus.luessing@web.de>

On Sun, 25 May 2014 07:03:24 +0200
Linus Lüssing <linus.luessing@web.de> wrote:

> With this new, exported function br_multicast_list_adjacent(net_dev) a
> list of IPv4/6 addresses is returned. This list contains all multicast
> addresses sensed by the bridge multicast snooping feature on all bridge
> ports of the bridge interface of net_dev, excluding addresses from the
> specified net_device itself.
> 
> Adding bridge support to the batman-adv multicast optimization requires
> batman-adv knowing about the existence of bridged-in multicast
> listeners to be able to reliably serve them with multicast packets.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@web.de>

Please use EXPORT_SYMBOL_GPL

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Linus Lüssing" <linus.luessing@web.de>
Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
	"David S. Miller" <davem@davemloft.net>,
	b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCHv2 net-next 3/4] bridge: add export of multicast database adjacent to net_dev
Date: Fri, 30 May 2014 07:38:34 -0700	[thread overview]
Message-ID: <20140530073834.0986af33@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1400994205-31165-4-git-send-email-linus.luessing@web.de>

On Sun, 25 May 2014 07:03:24 +0200
Linus Lüssing <linus.luessing@web.de> wrote:

> With this new, exported function br_multicast_list_adjacent(net_dev) a
> list of IPv4/6 addresses is returned. This list contains all multicast
> addresses sensed by the bridge multicast snooping feature on all bridge
> ports of the bridge interface of net_dev, excluding addresses from the
> specified net_device itself.
> 
> Adding bridge support to the batman-adv multicast optimization requires
> batman-adv knowing about the existence of bridged-in multicast
> listeners to be able to reliably serve them with multicast packets.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@web.de>

Please use EXPORT_SYMBOL_GPL

  reply	other threads:[~2014-05-30 14:38 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-25  5:03 [B.A.T.M.A.N.] [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports Linus Lüssing
2014-05-25  5:03 ` Linus Lüssing
2014-05-25  5:03 ` Linus Lüssing
2014-05-25  5:03 ` [Bridge] " Linus Lüssing
2014-05-25  5:03 ` [B.A.T.M.A.N.] [PATCHv2 net-next 1/4] bridge: rename struct bridge_mcast_query/querier Linus Lüssing
2014-05-25  5:03   ` Linus Lüssing
2014-05-25  5:03   ` [Bridge] " Linus Lüssing
2014-05-25  5:03 ` [B.A.T.M.A.N.] [PATCHv2 net-next 2/4] bridge: adhere to querier election mechanism specified by RFCs Linus Lüssing
2014-05-25  5:03   ` Linus Lüssing
2014-05-25  5:03   ` [Bridge] " Linus Lüssing
2014-06-23  2:28   ` Ajith Adapa
2014-06-23  2:29     ` [Bridge] " Ajith Adapa
2014-06-27  0:12     ` [B.A.T.M.A.N.] " Linus Lüssing
2014-06-27  0:12       ` Linus Lüssing
2014-06-27  0:12       ` [Bridge] " Linus Lüssing
2014-05-25  5:03 ` [B.A.T.M.A.N.] [PATCHv2 net-next 3/4] bridge: add export of multicast database adjacent to net_dev Linus Lüssing
2014-05-25  5:03   ` Linus Lüssing
2014-05-25  5:03   ` Linus Lüssing
2014-05-25  5:03   ` [Bridge] " Linus Lüssing
2014-05-30 14:38   ` Stephen Hemminger [this message]
2014-05-30 14:38     ` Stephen Hemminger
2014-05-30 14:38     ` Stephen Hemminger
2014-05-30 14:38     ` [Bridge] " Stephen Hemminger
2014-05-25  5:03 ` [B.A.T.M.A.N.] [PATCHv2 net-next 4/4] bridge: memorize and export selected IGMP/MLD querier port Linus Lüssing
2014-05-25  5:03   ` Linus Lüssing
2014-05-25  5:03   ` [Bridge] " Linus Lüssing
2014-05-29 22:36 ` [B.A.T.M.A.N.] [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports David Miller
2014-05-29 22:36   ` David Miller
2014-05-29 22:36   ` David Miller
2014-05-29 22:36   ` [Bridge] " David Miller
2014-05-30 14:37   ` [B.A.T.M.A.N.] " Stephen Hemminger
2014-05-30 14:37     ` Stephen Hemminger
2014-05-30 14:37     ` Stephen Hemminger
2014-05-30 14:37     ` [Bridge] " Stephen Hemminger

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=20140530073834.0986af33@nehalam.linuxnetplumber.net \
    --to=stephen@networkplumber.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=linus.luessing@web.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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.