Page MenuHomeFreeBSD

nvme: Allow larger user request sizes
AcceptedPublic

Authored by imp on Tue, Mar 3, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 6:10 PM
Unknown Object (File)
Sun, Mar 15, 8:47 AM
Unknown Object (File)
Sun, Mar 15, 1:30 AM
Unknown Object (File)
Sat, Mar 14, 1:29 PM
Unknown Object (File)
Fri, Mar 13, 8:42 PM
Unknown Object (File)
Thu, Mar 12, 3:30 PM
Unknown Object (File)
Sat, Mar 7, 9:28 PM
Unknown Object (File)
Thu, Mar 5, 1:58 PM
Subscribers

Details

Reviewers
chs
mav
chuck
Summary

We have a small buffer for pages on the stack, but if the user wants to
do an I/O larger than this we currently fail w/o a way for the user to
know the max size. It's not hard to allocate an array for the uncommon
case of very large I/Os, and the performance advantage of the array is
small in that case anyway.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71163
Build 68046: arc lint + arc unit