freebsd-dev/sys/dev/virtio/block
Bryan Venteicher abec64bc76 Cleanup and performance improvement of the virtio_blk driver
- Add support for GEOM direct completion. Depending on the benchmark,
    this tends to give a ~30% improvement w.r.t IOPs and BW.
  - Remove an invariants check in the strategy routine. This assertion
    is caught later on by an existing panic.
  - Rename and resort various related functions to make more sense.

MFC after:	1 month
2014-11-30 16:36:26 +00:00
..
virtio_blk.c Cleanup and performance improvement of the virtio_blk driver 2014-11-30 16:36:26 +00:00
virtio_blk.h Merge several virtio_blk changes from projects/virtio 2013-07-04 17:53:02 +00:00