mbox series

[net,v2,0/2] dpaa2-switch: various fixes

Message ID 20231212164326.2753457-1-ioana.ciornei@nxp.com (mailing list archive)
Headers show
Series dpaa2-switch: various fixes | expand

Message

Ioana Ciornei Dec. 12, 2023, 4:43 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 14, 2023, 3 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 12 Dec 2023 18:43:24 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] dpaa2-switch: fix size of the dma_unmap
    https://git.kernel.org/netdev/net/c/2aad7d4189a9
  - [net,v2,2/2] dpaa2-switch: do not ask for MDB, VLAN and FDB replay
    https://git.kernel.org/netdev/net/c/f24a49a375f6

You are awesome, thank you!