All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioana Ciornei <ioana.ciornei@nxp.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org
Cc: vladimir.oltean@nxp.com, Ioana Ciornei <ioana.ciornei@nxp.com>
Subject: [PATCH net v2 0/2] dpaa2-switch: various fixes
Date: Tue, 12 Dec 2023 18:43:24 +0200	[thread overview]
Message-ID: <20231212164326.2753457-1-ioana.ciornei@nxp.com> (raw)

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


             reply	other threads:[~2023-12-12 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 16:43 Ioana Ciornei [this message]
2023-12-12 16:43 ` [PATCH net v2 1/2] dpaa2-switch: fix size of the dma_unmap Ioana Ciornei
2023-12-12 16:43 ` [PATCH net v2 2/2] dpaa2-switch: do not ask for MDB, VLAN and FDB replay Ioana Ciornei
2023-12-14  3:00 ` [PATCH net v2 0/2] dpaa2-switch: various fixes patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231212164326.2753457-1-ioana.ciornei@nxp.com \
    --to=ioana.ciornei@nxp.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.