Merge branch 'dpaa2-switch-various-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 14 Dec 2023 02:38:56 +0000 (18:38 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 Dec 2023 02:38:57 +0000 (18:38 -0800)
commitdc84bb19b5d074f09f40c83fa68da5b03ad4fbd6
tree4d80c69c5e15599f53f9dc7088c7831bb5f2ea6a
parent23d05d563b7e7b0314e65c8e882bc27eac2da8e7
parentf24a49a375f65e8e75ee1b19d806f46dbaae57fd
Merge branch 'dpaa2-switch-various-fixes'

Ioana Ciornei says:

====================
dpaa2-switch: various fixes

The first patch fixes the size passed to two dma_unmap_single() calls
which was wrongly put as the size of the pointer.

The second patch is new to this series and reverts the behavior of the
dpaa2-switch driver to not ask for object replay upon offloading so that
we avoid the errors encountered when a VLAN is installed multiple times
on the same port.
====================

Link: https://lore.kernel.org/r/20231212164326.2753457-1-ioana.ciornei@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>