summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorMing Lei <ming.lei@canonical.com>2016-12-17 18:49:09 +0800
committerJens Axboe <axboe@fb.com>2017-01-11 20:47:08 -0700
commit729204ef49ec00b788ce23deb9eb922a5769f55d (patch)
treeab5cc3c0aa17fa8b988ed7dfefe888000fac0be3 /block
parent1661f2e21c8bbf922dcb76faf2126a33ffe4cddb (diff)
downloadop-kernel-dev-729204ef49ec00b788ce23deb9eb922a5769f55d.zip
op-kernel-dev-729204ef49ec00b788ce23deb9eb922a5769f55d.tar.gz
block: relax check on sg gap
If the last bvec of the 1st bio and the 1st bvec of the next bio are physically contigious, and the latter can be merged to last segment of the 1st bio, we should think they don't violate sg gap(or virt boundary) limit. Both Vitaly and Dexuan reported lots of unmergeable small bios are observed when running mkfs on Hyper-V virtual storage, and performance becomes quite low. This patch fixes that performance issue. The same issue should exist on NVMe, since it sets virt boundary too. Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reported-by: Dexuan Cui <decui@microsoft.com> Tested-by: Dexuan Cui <decui@microsoft.com> Cc: Keith Busch <keith.busch@intel.com> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud