aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/switchdev.txt
diff options
context:
space:
mode:
authorElad Raz <eladr@mellanox.com>2016-01-10 21:06:29 +0100
committerDavid S. Miller <davem@davemloft.net>2016-01-10 16:50:21 -0500
commit4f5590f8cd736768170818d1b7ea0075972e2701 (patch)
tree0477eec356f1e7c9422c1fa3ea66da92bc31defb /Documentation/networking/switchdev.txt
parentmlxsw: Adding layer 2 multicast support (diff)
downloadlinux-dev-4f5590f8cd736768170818d1b7ea0075972e2701.tar.xz
linux-dev-4f5590f8cd736768170818d1b7ea0075972e2701.zip
switchdev: Adding IGMP snooping documentation
Signed-off-by: Elad Raz <eladr@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/switchdev.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt
index 91994134efca..fad63136ee3e 100644
--- a/Documentation/networking/switchdev.txt
+++ b/Documentation/networking/switchdev.txt
@@ -304,8 +304,12 @@ certain netdevs from flooding unicast traffic for which there is no FDB entry.
IGMP Snooping
^^^^^^^^^^^^^
-XXX: complete this section
-
+In order to support IGMP snooping, the port netdevs should trap to the bridge
+driver all IGMP join and leave messages.
+The bridge multicast module will notify port netdevs on every multicast group
+changed whether it is static configured or dynamically joined/leave.
+The hardware implementation should be forwarding all registered multicast
+traffic groups only to the configured ports.
L3 Routing Offload
------------------