[U-Boot] [PATCH 1/2] rtl8169: fix cache misalignment message on transmit.

Joe Hershberger joe.hershberger at gmail.com
Fri Sep 2 15:03:10 CEST 2016


On Mon, Aug 29, 2016 at 8:15 PM,  <Peter.Chubb at data61.csiro.au> wrote:
> The call to flush cache on the transmit buffer was misplaced (for very
> short packets) and asked to flush less than a cacheline.
>
> Move the flush cache call to after a short packet has been padded
> to minimum length (so the padding is flushed too), and round the size
> up to a cacheline.
>
> Signed-off-by: Peter Chubb <peter.chubb at data61.csiro.au>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list