Re: [PATCH 1/2] net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers

From: David Miller
Date: Fri Dec 02 2016 - 12:19:42 EST


From: Lino Sanfilippo <LinoSanfilippo@xxxxxx>
Date: Wed, 30 Nov 2016 23:48:31 +0100

> An explicit dma sync for device directly after mapping as well as an
> explicit dma sync for cpu directly before unmapping is unnecessary and
> costly on the hotpath. So remove these calls.
>
> Signed-off-by: Lino Sanfilippo <LinoSanfilippo@xxxxxx>

Applied.