From: David S. Miller Date: Sun, 22 May 2022 21:18:05 +0000 (+0100) Subject: Merge branch 'dpaa2-swtso-fixes' X-Git-Tag: v6.1-rc5~1176^2~10^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e4d1c23759257ea62c418c8fb25ddbde1059547;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'dpaa2-swtso-fixes' Ioana Ciornei says: ==================== dpaa2-eth: software TSO fixes This patch fixes the software TSO feature in dpaa2-eth. There are multiple errors that I made in the initial submission of the code, which I didn't caught since I was always running with passthough IOMMU. The bug report came in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215886 The bugs are in the Tx confirmation path, where I was trying to retrieve a virtual address after DMA unmapping the area. Besides that, another dma_unmap call was made with the wrong size. ==================== Signed-off-by: David S. Miller --- 7e4d1c23759257ea62c418c8fb25ddbde1059547