diff options
author | Brett Creeley <brett.creeley@amd.com> | 2024-02-29 22:39:28 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-04 12:38:13 +0300 |
commit | bc581273fead93ccc918b8c9a5b8a9f60b1ee836 (patch) | |
tree | 686c386dad1c63fb71c4bdb6f8cc7500a52425f5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 386e69865311044b576ff536c99c6ee9cc98a228 (diff) | |
download | linux-bc581273fead93ccc918b8c9a5b8a9f60b1ee836.tar.xz |
ionic: Clean up BQL logic
The driver currently calls netdev_tx_completed_queue() for every
Tx completion. However, this API is only meant to be called once
per NAPI if any Tx work is done. Make the necessary changes to
support calling netdev_tx_completed_queue() only once per NAPI.
Also, use the __netdev_tx_sent_queue() API, which supports the
xmit_more functionality.
Signed-off-by: Brett Creeley <brett.creeley@amd.com>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions