diff options
author | Brett Creeley <[email protected]> | 2024-02-29 11:39:28 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-03-04 09:38:13 +0000 |
commit | bc581273fead93ccc918b8c9a5b8a9f60b1ee836 (patch) | |
tree | 686c386dad1c63fb71c4bdb6f8cc7500a52425f5 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 386e69865311044b576ff536c99c6ee9cc98a228 (diff) |
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 <[email protected]>
Signed-off-by: Shannon Nelson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions