From: David S. Miller Date: Sun, 26 Nov 2023 15:18:57 +0000 (+0000) Subject: Merge branch 'dpaa2-eth-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ccf49cebe595e081761f9973f5cabf1afc8b0f23;p=linux.git 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 --- ccf49cebe595e081761f9973f5cabf1afc8b0f23