]> 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)
commit85c7531f2b36db2a84cb9dd977ef4d4e75f0b936
treea1354208c145fbbc9694a024016741a022a21e3a
parent2cdba866c617829be6ded043010ae0717dafb26f
parentfe5f04f68cf42450e1bb57cf49679b4b8ca46fcc
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>