CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/27 04:22:06
Modified files:
sys/dev/pv : virtio.c
Log message:
virtio: Remove MINSEG_INDIRECT
Remove MINSEG_INDIRECT as a tweakable define. Always use indirect
descriptors if we have more than 1 segment. Add a comment to document
the way if_vio.c uses maxnsegs in virtio_alloc_vq() to disable
indirect descriptors for a queue.
Based on a diff from krw@
