Merge branch 'dpaa2-eth-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Nov 2023 15:18:57 +0000 (15:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Nov 2023 15:18:57 +0000 (15:18 +0000)
commitccf49cebe595e081761f9973f5cabf1afc8b0f23
tree61e1673f639ca617bd6cc19ad6a3e7e6cd594047
parenta524eabcd72d28425d9db242cf375d0389d74eba
parentbeb1930f966d1517921488bd5d64147f58f79abf
Merge branch 'dpaa2-eth-fixes'

Ioana Ciornei says:

====================
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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>