octeon_ep: remove dma sync in trasmit path
authorShinas Rasheed <srasheed@marvell.com>
Tue, 14 Nov 2023 13:45:33 +0000 (05:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 21:55:05 +0000 (21:55 +0000)
commit2fba5069959c50c0e5be95e8d67356c63909cbc2
tree7ae8dd3ae045713e2a4c96dca1eaf7396e91a1f1
parent5827fe2bc9c4bade6af994676c9823908e091877
octeon_ep: remove dma sync in trasmit path

Cleanup dma sync calls for scatter gather
mappings, since they are coherent allocations
and do not need explicit sync to be called.

Signed-off-by: Shinas Rasheed <srasheed@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeon_ep/octep_main.c