netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Murali Karicheri <m-karicheri2@ti.com>
To: "open list:TI NETCP ETHERNET DRIVER" <netdev@vger.kernel.org>,
	<john.r.fastabend@intel.com>,
	Florian Fainelli <f.fainelli@gmail.com>
Subject: Avoiding bridge flood of multicast when L2 switch is used
Date: Tue, 14 Jun 2016 16:12:32 -0400	[thread overview]
Message-ID: <57606530.6030208@ti.com> (raw)

netdev experts,

When there is a L2 switch underneath the network interface a flooding of
multicast at the bridge interface results in one copy of this going through each
of the slave resulting in multiple multicast packets reaching the underlying switch.
L2 switch also duplicates the multicast packet on each egress port as done
in software bridge. This is undesirable as it reduces the available bandwidth to
half when multicast packets are involved.

Is there something that can be done to avoid software bridge flooding mulicast
through a ip command or similar or to be done in the network driver? I have a TODO
item to add dsa support in our netcp driver. If this is already solved by dsa, I can
handle it as part of this work. 

Thanks in advance for your response! 
-- 
Murali Karicheri
Linux Kernel, Keystone

             reply	other threads:[~2016-06-14 20:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14 20:12 Murali Karicheri [this message]
2016-06-14 20:26 ` Avoiding bridge flood of multicast when L2 switch is used Andrew Lunn

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=57606530.6030208@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=f.fainelli@gmail.com \
    --cc=john.r.fastabend@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).