
23 Aug
2019
23 Aug
'19
10:02 p.m.
Should it be:
flush_dcache_range(macb->rx_buffer_dma, macb->rx_buffer_dma + ALIGN(macb->rx_buffer_size *
MACB_RX_RING_SIZE, PKTALIGN));
Yes, this looks correct. v2 will follow soon.
Thanks, Stefan
The entire cache handling is broken in this driver, I will fix it in future patches. Thanks, Ramon.