• Jakub Kicinski's avatar
    ixgbe: use new queue try_stop/try_wake macros · 9ded5bc7
    Jakub Kicinski authored
    
    
    Convert ixgbe to use the new macros, I think a lot of people
    copy the ixgbe code. The only functional change is that the
    unlikely() in ixgbe_clean_tx_irq() turns into a likely()
    inside the new macro and no longer includes
    
      total_packets && netif_carrier_ok(tx_ring->netdev)
    
    which is probably for the best, anyway.
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    9ded5bc7
ixgbe_main.c 317 KB