summaryrefslogtreecommitdiff
path: root/scripts/basic/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2020-03-23 02:09:21 +0100
committermarex <[email protected]>2020-05-01 12:35:21 +0200
commit738ee270fe17ea9e48fee8823eb356ed03656e7c (patch)
tree3dcb924e9564d30963a02d5b3fdbc4ee548aae79 /scripts/basic/Makefile
parentdd90c2e1ea0a7abdfa501e604523c23d6f77ffdd (diff)
net: dwc_eth_qos: Invalidate RX descriptor before reading
The current code polls the RX desciptor ring for new packets by reading the RX descriptor status. This works by accident, as the RX descriptors are often in non-cacheable memory. However, the driver does support use of RX descriptors in cacheable memory. This patch adds a missing RX descriptor invalidation, which assures the CPU will read a fresh copy of the RX descriptor instead of a cached one. Reviewed-by: Patrick Delaunay <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: Patrick Delaunay <[email protected]> Cc: Ramon Fried <[email protected]> Cc: Stephen Warren <[email protected]>
Diffstat (limited to 'scripts/basic/Makefile')
0 files changed, 0 insertions, 0 deletions