[PATCH net-next v3 1/4] net: stmmac: Switch to zero-copy in non-XDP RX path
Furong Xu
0x1207 at gmail.com
Thu Jan 23 08:35:01 PST 2025
Hi Jon,
On Thu, 23 Jan 2025 14:06:42 +0000, Jon Hunter wrote:
> We have noticed a boot regression on -next when booting with NFS.
> Bisect is pointing to this commit and reverting this on top of -next
> does fix the problem.
>
> I only see this on Tegra234 which uses the
> drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c driver. Tegra194
> which uses the
> drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c driver
> appears to be fine.
What is the MTU of Tegra234 and NFS server? Are they both 1500?
Could you please try attached patch to confirm if this regression is
fixed?
If the attached patch fixes this regression, and so it seems to be a
cache coherence issue specific to Tegra234, since this patch avoid
memcpy and the page buffers may be modified by upper network stack of
course, then cache lines of page buffers may become dirty. But by
reverting this patch, cache lines of page buffers never become dirty,
this is the core difference.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: force-disable-rx-checksum.diff
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250124/bc214813/attachment.bin>
More information about the linux-arm-kernel
mailing list