commit | a1b89132dc4f61071bdeaab92ea958e0953380a1 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Fri Apr 21 11:11:36 2017 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Apr 24 15:32:07 2017 -0400 |
tree | ac32761454e9fbecbfd1e1535fe4a11c37b981e4 | |
parent | c82feeec9a014b72c4ffea36648cfb6f81cc1b73 [diff] |
dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues Running dm-crypt with workqueues at the standard priority results in IO competing for CPU time with standard user apps, which can lead to pipeline bubbles and seriously degraded performance. Move to using WQ_HIGHPRI workqueues to protect against that. Signed-off-by: Tim Murray <timmurray@google.com> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>