]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'dpaa2-switch-fdb-management-refactoring'
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Jun 2026 00:50:59 +0000 (17:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Jun 2026 00:50:59 +0000 (17:50 -0700)
Ioana Ciornei says:

====================
dpaa2-switch: FDB management refactoring

The FDB management done by the dpaa2_switch_port_set_fdb() function is
hard to follow even by trained eyes. This series tries to make it easier
to read and understand it by factoring out some code blocks into helper
functions and unifying the join and leave paths in terms of FDB
management.
====================

Link: https://patch.msgid.link/20260610150912.1788482-1-ioana.ciornei@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge