mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02:00
The headroom reserved for received frames needs to be aligned to an
RX specific value. There is currently a discrepancy between the values
used in the Ethernet driver and the values passed to the FMan.
Coincidentally, the resulting aligned values are identical.
Fixes:
|
||
|---|---|---|
| .. | ||
| dpaa_eth.c | ||
| dpaa_eth.h | ||
| dpaa_eth_sysfs.c | ||
| dpaa_eth_trace.h | ||
| dpaa_ethtool.c | ||
| Kconfig | ||
| Makefile | ||