aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2017-06-20 15:16:54 -0700
committerJeff Kirsher <[email protected]>2017-07-26 03:25:19 -0700
commit4d5957cbdecdbb77d24c1465caadd801c07afa4a (patch)
tree57d41769301d73776daeba6308c07eb06e319980 /tools/perf/scripts/python/export-to-postgresql.py
parent7c9ae7f053e9e896c24fd23595ba369a5fe322e1 (diff)
i40e: remove WQ_UNBOUND and the task limit of our workqueue
During certain events such as a CORER, multiple devices will run a work task to handle some cleanup. This can cause issues due to a single-threaded workqueue which can mean that a device doesn't cleanup in time. Prevent this by removing the single-threaded restriction on the module workqueue. This avoids the need to add more complex yielding logic in our service task routine. This is also similar to what other drivers such as fm10k do. Signed-off-by: Jacob Keller <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions