[PATCH net-next] stmmac: align RX buffers

David Miller davem at davemloft.net
Mon Jun 14 12:51:11 PDT 2021


But thois means the ethernet header will be misaliugned and this will kill performance on some cpus as misaligned accessed
are resolved wioth a trap handler.

Even on cpus that don't trap, the access will be slower.

Thanks.



More information about the linux-riscv mailing list