Skip to content
Snippets Groups Projects
Commit a354ddc3 authored by Paul Burton's avatar Paul Burton Committed by Tom Rini
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
parent f1ae382d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment