Skip to content

Commit

Permalink
vmw_pvscsi: SCSI driver for VMware's virtual HBA.
Browse files Browse the repository at this point in the history
commit 851b164 upstream.

This is a driver for VMware's paravirtualized SCSI device,
which should improve disk performance for guests running
under control of VMware hypervisors that support such devices.

Signed-off-by: Alok N Kataria <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
Alok Kataria authored and debian-kernel-patches-to-git committed Apr 1, 2011
1 parent 95ca86e commit 2320178
Show file tree
Hide file tree
Showing 5 changed files with 1,821 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5754,6 +5754,14 @@ L: [email protected]
S: Maintained
F: drivers/net/vmxnet3/

VMware PVSCSI driver
M: Alok Kataria <[email protected]>
M: VMware PV-Drivers <[email protected]>
L: [email protected]
S: Maintained
F: drivers/scsi/vmw_pvscsi.c
F: drivers/scsi/vmw_pvscsi.h

VOLTAGE AND CURRENT REGULATOR FRAMEWORK
M: Liam Girdwood <[email protected]>
M: Mark Brown <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,14 @@ config SCSI_FLASHPOINT
substantial, so users of MultiMaster Host Adapters may not
wish to include it.

config VMWARE_PVSCSI
tristate "VMware PVSCSI driver support"
depends on PCI && SCSI && X86
help
This driver supports VMware's para virtualized SCSI HBA.
To compile this driver as a module, choose M here: the
module will be called vmw_pvscsi.

config LIBFC
tristate "LibFC module"
select SCSI_FC_ATTRS
Expand Down
1 change: 1 addition & 0 deletions drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libiscsi.o libiscsi_tcp.o cxgb3i/
obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/
obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/
obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o
obj-$(CONFIG_VMWARE_PVSCSI) += vmw_pvscsi.o

obj-$(CONFIG_ARM) += arm/

Expand Down
Loading

0 comments on commit 2320178

Please sign in to comment.