Page MenuHomeFreeBSD

bhyve/virtio-scsi: Make all I/O processing parameters configurable
AcceptedPublic

Authored by rosenfeld_grumpf.hope-2000.org on Dec 4 2025, 6:51 PM.
Tags
None
Referenced Files
F145652559: D54073.diff
Sun, Feb 22, 4:47 PM
F145652544: D54073.diff
Sun, Feb 22, 4:46 PM
Unknown Object (File)
Sat, Feb 7, 2:02 AM
Unknown Object (File)
Dec 30 2025, 12:26 PM
Unknown Object (File)
Dec 28 2025, 8:30 AM
Unknown Object (File)
Dec 22 2025, 10:54 PM
Unknown Object (File)
Dec 16 2025, 5:07 PM
Unknown Object (File)
Dec 15 2025, 9:52 PM

Details

Reviewers
jhb
markj
corvink
Group Reviewers
bhyve
Summary

This includes:

  • seg_max, the number of segments allowed in a single command
  • {ctl,evt,req}_ringsz, the number of descriptors in a queue
  • thr_per_q, the number of processing threads per request queue
  • num_queues, the number of request queues

Diff Detail

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

Event Timeline

rosenfeld_grumpf.hope-2000.org retitled this revision from bhyve/virtio-scsi: make all I/O processing parameters configurable to bhyve/virtio-scsi: Make all I/O processing parameters configurable.Thu, Feb 19, 7:37 PM
markj added inline comments.
usr.sbin/bhyve/bhyve.8
730
This revision is now accepted and ready to land.Sun, Feb 22, 5:30 PM