[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231212164326.2753457-1-ioana.ciornei@nxp.com>
Date: Tue, 12 Dec 2023 18:43:24 +0200
From: Ioana Ciornei <ioana.ciornei@....com>
To: davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
netdev@...r.kernel.org
Cc: vladimir.oltean@....com,
Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH net v2 0/2] 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.
Changes in v2:
- 1/2: Fixed the same issue in the 2nd dma_unmap from the remove path
- 2/2: Patch is new
Ioana Ciornei (2):
dpaa2-switch: fix size of the dma_unmap
dpaa2-switch: do not ask for MDB, VLAN and FDB replay
.../ethernet/freescale/dpaa2/dpaa2-switch-flower.c | 7 ++++---
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c | 11 ++---------
2 files changed, 6 insertions(+), 12 deletions(-)
--
2.34.1
Powered by blists - more mailing lists