]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'reduce-coupling-between-dsa-and-broadcom-systemport-driver'
authorJakub Kicinski <kuba@kernel.org>
Thu, 7 Jan 2021 23:42:09 +0000 (15:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 Jan 2021 23:42:10 +0000 (15:42 -0800)
commit685cb854edf79b43be76a33703cfe4433e616a00
treea1354208c145fbbc9694a024016741a022a21e3a
parent705bacd4cd46b492eaccb4484d6f49f4e02935a6
parent011ffcb7009e3e513b5e7ad8c78005db3f05c7ab
Merge branch 'reduce-coupling-between-dsa-and-broadcom-systemport-driver'

Vladimir Oltean says:

====================
Reduce coupling between DSA and Broadcom SYSTEMPORT driver

Upon a quick inspection, it seems that there is some code in the generic
DSA layer that is somehow specific to the Broadcom SYSTEMPORT driver.
The challenge there is that the hardware integration is very tight between
the switch and the DSA master interface. However this does not mean that
the drivers must also be as integrated as the hardware is. We can avoid
creating a DSA notifier just for the Broadcom SYSTEMPORT, and we can
move some Broadcom-specific queue mapping helpers outside of the common
include/net/dsa.h.
====================

Link: https://lore.kernel.org/r/20210107012403.1521114-1-olteanv@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>