commit | 13eccc1bbb2e98df5d616398cd9215d9edab522f | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sun Sep 11 04:07:02 2022 +0300 |
committer | Paolo Abeni <pabeni@redhat.com> | Tue Sep 20 10:32:36 2022 +0200 |
tree | 85dc7d139ef26a424b8d2ce975b3cc8172518d83 | |
parent | cfeb84a52fcbdb12c7364c2cab4529c5c5558c35 [diff] |
net: dsa: suppress device links to LAG DSA masters These don't work (print a harmless error about the operation failing) and make little sense to have anyway, because when a LAG DSA master goes away, we will introduce logic to move our CPU port back to the first physical DSA master. So suppress these device links in preparation for adding support for LAG DSA masters. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>