Re: [PATCH v2 rfc 8/8] net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-09-06 15:08:26
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-09-06 15:08:26
quoted
Use the MAC address of the master interface as the parent ID. This is the same for all switches in a cluster, and should be unique if there are multiple clusters.That is not correct. Support for multiple CPU ports is coming and in this case, you can have two CPU host interfaces wired to two switch ports of the same tree. So two different master MAC addresses.
Yes, you are correct. I will change this.
Andrew