HomeFreeBSD

geli: enable direct dispatch

Description

geli: enable direct dispatch

geli does all of its crypto operations in a separate thread pool, so
g_eli_start, g_eli_read_done, and g_eli_write_done don't actually do very
much work. Enabling direct dispatch eliminates the g_up/g_down bottlenecks,
doubling IOPs on my system. This change does not affect the thread pool.

Reviewed by: markj
MFC after: 2 weeks
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D25587

Details

Provenance
asomersAuthored on
Reviewer
markj
Differential Revision
D25587: geli: enable direct dispatch
Parents
rS363013: Merge commit 065fc1eafe7c from llvm git (by Richard Smith):
Branches
Unknown
Tags
Unknown