
2 Sep
2016
2 Sep
'16
3:03 p.m.
On Mon, Aug 29, 2016 at 8:15 PM, Peter.Chubb@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@data61.csiro.au
Acked-by: Joe Hershberger joe.hershberger@ni.com