Searched hist:a354ddc3d7412c6d7cc702de60be32e580ccf348 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | pcnet.c | a354ddc3d7412c6d7cc702de60be32e580ccf348 Mon Apr 07 15:41:47 UTC 2014 Paul Burton <paul.burton@imgtec.com> pcnet: align rx buffers for cache invalidation
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>
|