Commit 80d79ad2 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

Documentation: networking: switchdev: Update port parent ID section

Update the section about switchdev drivers having to implement a
switchdev_port_attr_get() function to return
SWITCHDEV_ATTR_ID_PORT_PARENT_ID since that is no longer valid after
commit bccb3025 ("net: Get rid of
SWITCHDEV_ATTR_ID_PORT_PARENT_ID").

Fixes: bccb3025 ("net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID")
Reviewed-by: default avatarIdo Schimmel <idosch@mellanox.com>
Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 52baf987
...@@ -92,11 +92,11 @@ device. ...@@ -92,11 +92,11 @@ device.
Switch ID Switch ID
^^^^^^^^^ ^^^^^^^^^
The switchdev driver must implement the switchdev op switchdev_port_attr_get The switchdev driver must implement the net_device operation
for SWITCHDEV_ATTR_ID_PORT_PARENT_ID for each port netdev, returning the same ndo_get_port_parent_id for each port netdev, returning the same physical ID for
physical ID for each port of a switch. The ID must be unique between switches each port of a switch. The ID must be unique between switches on the same
on the same system. The ID does not need to be unique between switches on system. The ID does not need to be unique between switches on different
different systems. systems.
The switch ID is used to locate ports on a switch and to know if aggregated The switch ID is used to locate ports on a switch and to know if aggregated
ports belong to the same switch. ports belong to the same switch.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment