]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'brport-flags'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:08:05 +0000 (17:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:08:05 +0000 (17:08 -0800)
commit4098ced4680a485c5953f60ac63dff19f3fb3d42
tree9a5ee02c4090b3bdb06c3f69079d7a08e694eaba
parentb0aae0bde26f276401640e05e81a8a0ce3d8f70e
parent4d9423549501812dafe6551d4a78db079ea87648
Merge branch 'brport-flags'

Vladimir Oltean says:

====================
Cleanup in brport flags switchdev offload for DSA

The initial goal of this series was to have better support for
standalone ports mode on the DSA drivers like ocelot/felix and sja1105.
This turned out to require some API adjustments in both directions:
to the information presented to and by the switchdev notifier, and to
the API presented to the switch drivers by the DSA layer.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>