mbox series

[net-next,00/13] liquidio: Tx queue cleanup

Message ID 20180324003618.GA6457@felix-thinkpad.cavium.com
Headers show
Series liquidio: Tx queue cleanup | expand

Message

Manlunas, Felix March 24, 2018, 12:36 a.m. UTC
From: Intiyaz Basha <intiyaz.basha@cavium.com>

Moved some common function to octeon_network.h
Removed some unwanted functions and checks.

Intiyaz Basha (13):
  liquidio: Moved common function txqs_stop to octeon_network.h
  liquidio: Moved common function txqs_wake to octeon_network.h
  liquidio: Moved common function txqs_start to octeon_network.h
  liquidio: Moved common function skb_iq to to octeon_network.h
  liquidio: Removed one line function stop_txq
  liquidio: Removed start_txq function
  liquidio: Removed netif_is_multiqueue check
  liquidio: Removed one line function stop_q
  liquidio: Removed one line function wake_q
  liquidio: Function call skb_iq for deriving queue from skb
  liquidio: Renamed txqs_wake to wake_txqs
  liquidio: Renamed txqs_stop to stop_txqs
  liquidio: Renamed txqs_start to start_txqs

 drivers/net/ethernet/cavium/liquidio/lio_core.c    |  18 +-
 drivers/net/ethernet/cavium/liquidio/lio_main.c    | 213 ++++-----------------
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c | 167 ++--------------
 .../net/ethernet/cavium/liquidio/octeon_network.h  |  52 +++++
 4 files changed, 109 insertions(+), 341 deletions(-)

Comments

David Miller March 25, 2018, 8:22 p.m. UTC | #1
From: Felix Manlunas <felix.manlunas@cavium.com>
Date: Fri, 23 Mar 2018 17:36:18 -0700

> From: Intiyaz Basha <intiyaz.basha@cavium.com>
> 
> Moved some common function to octeon_network.h
> Removed some unwanted functions and checks.

Series applied, thanks.