aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorMaxim Mikityanskiy <[email protected]>2022-08-30 19:39:49 +0300
committerSaeed Mahameed <[email protected]>2023-02-04 02:07:04 -0800
commit79efecb41f58430454cbb5809fa7b3135150da6d (patch)
treea60293809269637257a979cd171194656e81183e /tools/perf/scripts/python/sched-migration.py
parenta7385187a386d0fc4721727e2cbe4a70a9cff6f7 (diff)
net/mlx5e: Trigger NAPI after activating an SQ
If an SQ is deactivated and reactivated again, some packets could be sent after MLX5E_SQ_STATE_ENABLED is cleared, but before netif_tx_stop_queue, meaning that NAPI might miss some completions. In order to handle them, make sure to trigger NAPI after SQ activation in all cases where it can be relevant. Regular SQs, XDP SQs and XSK SQs are good. Missing cases added: after recovery, after activating HTB SQs and after activating PTP SQs. Signed-off-by: Maxim Mikityanskiy <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions