summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorBob Liu <bob.liu@oracle.com>2015-06-03 05:40:03 (GMT)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2015-06-06 01:14:05 (GMT)
commit86839c56dee28c315a4c19b7bfee450ccd84cd25 (patch)
tree325db48d042f41fbea511754e7bdf4799d604960 /include/scsi
parent8ab0144a466320cc37c52e7866b5103c5bbd4e90 (diff)
downloadlinux-86839c56dee28c315a4c19b7bfee450ccd84cd25.tar.xz
xen/block: add multi-page ring support
Extend xen/block to support multi-page ring, so that more requests can be issued by using more than one pages as the request ring between blkfront and backend. As a result, the performance can get improved significantly. We got some impressive improvements on our highend iscsi storage cluster backend. If using 64 pages as the ring, the IOPS increased about 15 times for the throughput testing and above doubled for the latency testing. The reason was the limit on outstanding requests is 32 if use only one-page ring, but in our case the iscsi lun was spread across about 100 physical drives, 32 was really not enough to keep them busy. Changes in v2: - Rebased to 4.0-rc6. - Document on how multi-page ring feature working to linux io/blkif.h. Changes in v3: - Remove changes to linux io/blkif.h and follow the protocol defined in io/blkif.h of XEN tree. - Rebased to 4.1-rc3 Changes in v4: - Turn to use 'ring-page-order' and 'max-ring-page-order'. - A few comments from Roger. Changes in v5: - Clarify with 4k granularity to comment - Address more comments from Roger Signed-off-by: Bob Liu <bob.liu@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/scsi')
0 files changed, 0 insertions, 0 deletions