Re: [PATCH net-next] stmmac: align RX buffers

From: David Miller
Date: Mon Jun 14 2021 - 15:51:20 EST



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.