diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-04-06 18:25:34 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-10 17:56:18 -0700 |
commit | 9ded5bc77fe5f396a58da95627695a89a427c962 (patch) | |
tree | b4df616e1bc5de2b452243fa7c5ee27a96f08e7c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | c91c46de6bbc1147ae5dfe046b87f5f3d6593215 (diff) |
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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions