]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r275335:
authorbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jan 2015 01:43:00 +0000 (01:43 +0000)
committerbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jan 2015 01:43:00 +0000 (01:43 +0000)
commita880cfaee8766971d8c45d1e2f9365a00a7021b4
treea09da3781a570c7ce2f6c1248db688bbe414340c
parent7edc5ed736b55a41c1f400d8a9667037b6e7804b
MFC r275335:

  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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@276487 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/virtio/block/virtio_blk.c