summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/vmw_pvscsi.h
diff options
context:
space:
mode:
authorArvind Kumar2014-03-08 22:04:45 +0100
committerJames Bottomley2014-03-19 23:04:46 +0100
commit02845560090749dfd0bc0f3816c32f77b1efc56b (patch)
tree7141bebcd88d87f0b9974987fb304699d0656622 /drivers/scsi/vmw_pvscsi.h
parent[SCSI] vmw_pvscsi: Add support for I/O requests coalescing. (diff)
downloadkernel-qcow2-linux-02845560090749dfd0bc0f3816c32f77b1efc56b.tar.gz
kernel-qcow2-linux-02845560090749dfd0bc0f3816c32f77b1efc56b.tar.xz
kernel-qcow2-linux-02845560090749dfd0bc0f3816c32f77b1efc56b.zip
[SCSI] vmw_pvscsi: Some improvements in pvscsi driver.
This change is about the following: (1) If the number of targets is 16+ then default ring_pages to 32. (2) Change default queue depth (per device) to 254. (3) Implement change_queue_depth function so that queue_depth per device can be changed at run time. Honors the request only if coming from sysfs. (4) Clean up the info returned by modinfo. Signed-off-by: Arvind Kumar <arvindkumar@vmware.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/vmw_pvscsi.h')
-rw-r--r--drivers/scsi/vmw_pvscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/vmw_pvscsi.h b/drivers/scsi/vmw_pvscsi.h
index 15a9ac68a50b..ce4588851274 100644
--- a/drivers/scsi/vmw_pvscsi.h
+++ b/drivers/scsi/vmw_pvscsi.h
@@ -26,7 +26,7 @@
#include <linux/types.h>
-#define PVSCSI_DRIVER_VERSION_STRING "1.0.4.0-k"
+#define PVSCSI_DRIVER_VERSION_STRING "1.0.5.0-k"
#define PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT 128