]> www.infradead.org Git - users/willy/linux.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)
commit85b277de895f503871437e76f4f5e18c3e405564
treea1354208c145fbbc9694a024016741a022a21e3a
parentc214cc3aa8423ba8e67c7028eeea9b0f48e8a7e6
parent1dbb130281c447fdd061475931e1eb7baf475f53
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>