summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJakub Kicinski <kubakici@wp.pl>2015-05-29 22:20:29 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-01 00:47:27 +0300
commit9e6f4ca3e567d5d9e4133d2da8bae8f476f85873 (patch)
tree9da5fb10d4bc5322671fd56c3ace0d056a54f8bc /tools/perf/scripts/python/export-to-postgresql.py
parent4ae82e5d23961515796d76850499db3866c5e73b (diff)
downloadlinux-9e6f4ca3e567d5d9e4133d2da8bae8f476f85873.tar.xz
sc16is7xx: use kthread_worker for tx_work and irq
Convert workqueue usage to a real-time kworker. The problem with workqueues is that we cannot set real-time priorities on our work and asynchronous reconfiguration can be blocked by less important tasks. We need kthread for the interrupt anyway and because we will now be using single kthread for all TX-related operations we can get rid of the port mutex. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions