
18 Apr
2014
18 Apr
'14
11:01 p.m.
On Mon, Apr 07, 2014 at 04:41:47PM +0100, Paul Burton wrote:
The RX buffers are invalidated when a packet is received, however they were not suitably cache-line aligned. Allocate them seperately to the pcnet_priv structure and align to ARCH_DMA_MINALIGN in order to ensure suitable alignment for the cache invalidation, preventing anything else being placed in the same lines & lost.
Signed-off-by: Paul Burton paul.burton@imgtec.com
Applied to u-boot/master, thanks!
--
Tom