From: Jakub Kicinski Date: Thu, 31 Oct 2024 01:24:41 +0000 (-0700) Subject: Merge branch 'mlxsw-fixes' X-Git-Tag: v6.12-rc6~33^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b919f1e54e11662d5aa9582b514431c168c0bed8;p=thirdparty%2Flinux.git Merge branch 'mlxsw-fixes' Petr Machata says: ==================== mlxsw: Fixes In this patchset: - Tx header should be pushed for each packet which is transmitted via Spectrum ASICs. Patch #1 adds a missing call to skb_cow_head() to make sure that there is both enough room to push the Tx header and that the SKB header is not cloned and can be modified. - Commit b5b60bb491b2 ("mlxsw: pci: Use page pool for Rx buffers allocation") converted mlxsw to use page pool for Rx buffers allocation. Sync for CPU and for device should be done for Rx pages. In patches #2 and #3, add the missing calls to sync pages for, respectively, CPU and the device. - Patch #4 then fixes a bug to IPv6 GRE forwarding offload. Patch #5 adds a generic forwarding test that fails with mlxsw ports prior to the fix. ==================== Link: https://patch.msgid.link/cover.1729866134.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski --- b919f1e54e11662d5aa9582b514431c168c0bed8