Files
u-boot/drivers
Stefan Theil 1059858061 zynq-gem: Use appropriate cache flush/invalidate for RX and TX
The cache was only flushed before *transmitting* packets, but not
when receiving them, leading to an issue where new packets were
handed to the receive handler with old contents in cache. This
only happens when a lot of packets are received without sending
packages every now and then. Also flushing the receive buffers
in the transmit function makes no sense and can be removed.

Signed-off-by: Stefan Theil <stefan.theil@mixed-mode.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2019-01-24 10:03:42 +01:00
..
2018-12-06 14:38:03 -08:00
2019-01-15 15:28:53 -05:00
2019-01-18 09:16:15 -05:00
2018-12-18 09:56:26 +08:00
2018-12-19 15:23:00 +01:00
2019-01-18 09:16:15 -05:00
2018-12-06 14:37:51 -08:00
2018-07-19 16:31:38 -04:00
2018-11-29 09:30:06 -07:00
2019-01-18 09:16:15 -05:00
2018-12-06 23:26:32 -05:00