[U-Boot] [PATCH v2 0/2] davinci emac dcache ops on buffers
Karl Beldan
karl.beldan at gmail.com
Mon Aug 15 19:22:59 CEST 2016
Changes from v1:
- Prefer dcache_op(base, base + ALIGN(len, PKTALIGN))
to dcache_op(base, round_up(base + len, ARCH_DMA_MINALIGN))
as suggested by Tom and Joe.
- In v2_1/2, explicitly align the top tx buffers only since the rx top
ones are obviously already properly aligned.
Karl Beldan (2):
net: davinci_emac: Round up top tx buffer boundaries for dcache ops
net: davinci_emac: Invalidate only the received portion of a buffer
drivers/net/davinci_emac.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
2.9.2
More information about the U-Boot
mailing list