[net-next,0/3] Cleanup and optimizations to transmit code

Message ID 20231023114449.2362147-1-srasheed@marvell.com
Headers
Series Cleanup and optimizations to transmit code |

Message

Shinas Rasheed Oct. 23, 2023, 11:44 a.m. UTC
  Cleanup dma sync calls, add xmit_more functionality and then further
remove atomic variable usage in the prior.

Shinas Rasheed (3):
  octeon_ep: remove dma sync in trasmit path
  octeon_ep: implement xmit_more in transmit
  octeon_ep: remove atomic variable usage in Tx data path

 .../ethernet/marvell/octeon_ep/octep_config.h |  3 +-
 .../ethernet/marvell/octeon_ep/octep_main.c   | 35 ++++++++++---------
 .../ethernet/marvell/octeon_ep/octep_main.h   |  9 +++++
 .../net/ethernet/marvell/octeon_ep/octep_tx.c |  5 +--
 .../net/ethernet/marvell/octeon_ep/octep_tx.h |  3 --
 5 files changed, 30 insertions(+), 25 deletions(-)