HomeFreeBSD

Tweak performance of nda completions

Description

Tweak performance of nda completions

Use xpt_done_direct in preference to xpt_done when completing a
successful I/O. Continue to use xpt_done when there's an error, or for
completion of the submission of a CCB. This eliminates a context
switch to the cam_doneq thread.

Sponsored by: Netflix
Suggested by: scottl@

Details

Provenance
impAuthored on
Parents
rS324074: Fix a memory leak that occurred in the pNFS client.
Branches
Unknown
Tags
Unknown