[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231124102805.587303-1-ioana.ciornei@nxp.com>
Date: Fri, 24 Nov 2023 12:28:03 +0200
From: Ioana Ciornei <ioana.ciornei@....com>
To: davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com
Cc: andrew@...n.ch,
netdev@...r.kernel.org,
Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH v2 net 0/2] dpaa2-eth: various fixes
The first patch fixes a memory corruption issue happening between the Tx
and Tx confirmation of a packet by making the Tx alignment at 64bytes
mandatory instead of optional as it was previously.
The second patch fixes the Rx copybreak code path which recycled the
initial data buffer before all processing was done on the packet.
Changes in v2:
- squashed patches #1 and #2
Ioana Ciornei (2):
dpaa2-eth: increase the needed headroom to account for alignment
dpaa2-eth: recycle the RX buffer only after all processing done
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 16 ++++++++++------
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h | 2 +-
2 files changed, 11 insertions(+), 7 deletions(-)
--
2.25.1
Powered by blists - more mailing lists