aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2022-07-16 21:53:40 +0300
committerDavid S. Miller <davem@davemloft.net>2022-07-18 12:44:37 +0100
commit7f75d3dd4f5b00a1d3ef853f044a25b4cb55082a (patch)
tree9bd95f632435c556fa515af59fdb53139474f18d /Documentation/networking
parentdocs: net: dsa: remove port_vlan_dump (diff)
downloadlinux-dev-7f75d3dd4f5b00a1d3ef853f044a25b4cb55082a.tar.xz
linux-dev-7f75d3dd4f5b00a1d3ef853f044a25b4cb55082a.zip
docs: net: dsa: delete port_mdb_dump
This was deleted in 2017, stop documenting it. Fixes: dc0cbff3ff9f ("net: dsa: Remove redundant MDB dump support") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/dsa/dsa.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst
index e61eef93be1b..118853d1d7ac 100644
--- a/Documentation/networking/dsa/dsa.rst
+++ b/Documentation/networking/dsa/dsa.rst
@@ -862,10 +862,6 @@ Bridge VLAN filtering
the specified MAC address from the specified VLAN ID if it was mapped into
this port forwarding database.
-- ``port_mdb_dump``: bridge layer function invoked with a switchdev callback
- function that the driver has to call for each MAC address known to be behind
- the given port. A switchdev object is used to carry the VID and MDB info.
-
Link aggregation
----------------