Page MenuHomeFreeBSD

nvme: Allow larger user request sizes
Needs ReviewPublic

Authored by imp on Tue, Mar 3, 8:20 PM.
Tags
None
Referenced Files
F146705672: D55638.diff
Wed, Mar 4, 9:24 PM
F146693309: D55638.id.diff
Wed, Mar 4, 6:48 PM
F146692674: D55638.diff
Wed, Mar 4, 6:40 PM
F146669224: D55638.id173082.diff
Wed, Mar 4, 2:09 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