diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-04-07 04:25:34 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-11 03:56:18 +0300 |
commit | 9ded5bc77fe5f396a58da95627695a89a427c962 (patch) | |
tree | b4df616e1bc5de2b452243fa7c5ee27a96f08e7c /tools/perf/scripts/python/intel-pt-events.py | |
parent | c91c46de6bbc1147ae5dfe046b87f5f3d6593215 (diff) | |
download | linux-9ded5bc77fe5f396a58da95627695a89a427c962.tar.xz |
ixgbe: use new queue try_stop/try_wake macros
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: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions