commit | 151a14db228181fb49abaf83e13f3be58ec102c4 | [log] [tgz] |
---|---|---|
author | Lino Sanfilippo <LinoSanfilippo@gmx.de> | Wed Nov 30 23:48:31 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 12:10:24 2016 -0500 |
tree | 201e0a49903d5f373e65a28c5319681fff309c34 | |
parent | d262fd12cd03afca40ced117d837fa576a667eab [diff] |
net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers 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@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>