Re: [PATCH] VMW_PVSCSI: Change to update maintainer details (name, email)

2016-06-16 Thread Arvind Kumar
file. Thanks! Arvind From: Julian Calaby Sent: Thursday, June 16, 2016 6:48 PM To: Jim Gill Cc: j...@linux.vnet.ibm.com; Martin K. Petersen; Arvind Kumar; pv-driv...@vmware.com; linux-scsi; linux-ker...@vger.kernel.org Subject: Re: [PATCH] VMW_PVSCSI: Change to u

Re: [PATCH] VMW_PVSCSI: Change to update maintainer details (name, email)

2016-06-16 Thread Arvind Kumar
Looks fine to me. Acked-by: Arvind Kumar (arvindku...@vmware.com) Thanks! Arvind From: Jim Gill Sent: Thursday, June 16, 2016 6:05 PM To: j...@linux.vnet.ibm.com; martin.peter...@oracle.com Cc: Arvind Kumar; pv-driv...@vmware.com; linux-scsi

Re: BLKZEROOUT not zeroing md dev on VMDK

2016-06-15 Thread Arvind Kumar
Sent: Tuesday, May 31, 2016 10:04 PM To: Tom Yan Cc: Darrick J. Wong; Shaohua Li; Jens Axboe; Arvind Kumar; VMware PV-Drivers; linux-r...@vger.kernel.org; linux-scsi@vger.kernel.org; linux-bl...@vger.kernel.org; linux-ker...@vger.kernel.org Subject: Re: BLKZEROOUT not zeroing md dev on VMDK On 2

Re: [PATCH v2] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2015-12-04 Thread Arvind Kumar
Thanks Josh! The patch looks good to me. Thanks! Arvind From: Johannes Thumshirn Sent: Thursday, December 3, 2015 5:35 AM To: Josh Boyer; james.bottom...@hansenpartnership.com; Arvind Kumar; Thomas Hellstrom Cc: linux-scsi@vger.kernel.org; pv-driv

Re: [PATCH Resend] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2015-12-02 Thread Arvind Kumar
s! Arvind From: jwbo...@gmail.com on behalf of Josh Boyer Sent: Wednesday, December 2, 2015 5:47 AM To: Johannes Thumshirn Cc: Jej B; Arvind Kumar; Thomas Hellstrom; linux-scsi@vger.kernel.org; VMware PV-Drivers; Linux-Kernel@Vger. Kernel. Org Subject: Re: [PATCH Resend] V

RE: [Pv-drivers] [PATCH] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2015-07-07 Thread Arvind Kumar
Hi James, Can you help get this patch in now as it has got a review? Thanks! Arvind From: Thomas Hellstrom Sent: Thursday, June 11, 2015 11:11 AM To: Josh Boyer; Arvind Kumar; James Bottomley Cc: VMware PV-Drivers; Linus Torvalds; linux-scsi

RE: [PATCH] vmw_pvscsi: fixup tagging

2014-10-20 Thread Arvind Kumar
Thanks Hannes and Christoph for the answers. The patch to vmw_pvscsi.c looks fine to me. Acked-by: Arvind Kumar Thanks! Arvind From: Hannes Reinecke Sent: Saturday, October 18, 2014 10:42 AM To: Arvind Kumar; Christoph Hellwig Cc: pv-driv...@vmware.com

RE: [PATCH] vmw_pvscsi: fixup tagging

2014-10-17 Thread Arvind Kumar
that too? Thanks! Arvind From: Christoph Hellwig Sent: Friday, October 17, 2014 6:16 AM To: Hannes Reinecke Cc: Arvind Kumar; pv-driv...@vmware.com; James Bottomley; linux-scsi@vger.kernel.org Subject: Re: [PATCH] vmw_pvscsi: fixup tagging Can I get a

RE: [PATCH v2 RESEND 23/23] vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-07-16 Thread Arvind Kumar
Hi Alexander, This looks fine to me. Acked-by: Arvind Kumar Thanks! Arvind From: Alexander Gordeev Sent: Wednesday, July 16, 2014 11:05 AM To: linux-ker...@vger.kernel.org Cc: Alexander Gordeev; Arvind Kumar; pv-driv...@vmware.com; linux-scsi

Re: [Pv-drivers] [PATCH] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2014-05-15 Thread Arvind Kumar
Hi James, I was wondering if you got time to get to this one. It would be great if you could please help out with getting this patch in. Thanks! Arvind On Mon, 2014-04-14 at 11:17 -0700, Arvind Kumar wrote: > Hi James, > > Could you please help getting this in? > > T

Re: [Pv-drivers] [PATCH] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2014-04-14 Thread Arvind Kumar
Hi James, Could you please help getting this in? Thanks! Arvind - Original Message - From: "Arvind Kumar" To: jbottom...@parallels.com, linux-scsi@vger.kernel.org Cc: pv-driv...@vmware.com, "Josh Boyer" Sent: Friday, March 21, 2014 11:08:32 AM Subject: [Pv-drivers

[PATCH] VMW_PVSCSI: Fix the issue of DMA-API related warnings.

2014-03-21 Thread Arvind Kumar
obust. Signed-off-by: Arvind Kumar Cc: Josh Boyer --- drivers/scsi/vmw_pvscsi.c | 45 +++-- drivers/scsi/vmw_pvscsi.h |2 +- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index c8

Re: DMA-API mapping errors in vmw_pvscsi

2014-03-17 Thread Arvind Kumar
rtnership.com> To: "Josh Boyer" Cc: "Arvind Kumar" , "VMware PV-Drivers" , linux-scsi@vger.kernel.org, "Linux-Kernel@Vger. Kernel. Org" vger.kernel.org> Sent: Monday, March 17, 2014 10:08:10 AM Subject: Re: DMA-API mapping errors in vmw_pvscsi On Mon, 2

Re: [Pv-drivers] [PATCH 2/3] VMW_PVSCSI: Add support for I/O requests coalescing.

2014-03-11 Thread Arvind Kumar
e workload. Signed-off-by: Rishi Mehta Acked-by: Arvind Kumar --- drivers/scsi/vmw_pvscsi.c | 49 ++--- drivers/scsi/vmw_pvscsi.h | 17 +--- 2 files changed, 60 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vm

[PATCH 3/3] VMW_PVSCSI: Some improvements in pvscsi driver.

2014-03-08 Thread Arvind Kumar
sysfs. (4) Clean up the info returned by modinfo. Signed-off-by: Arvind Kumar --- drivers/scsi/vmw_pvscsi.c | 142 + drivers/scsi/vmw_pvscsi.h |2 +- 2 files changed, 105 insertions(+), 39 deletions(-) diff --git a/drivers/scsi/vmw_pvscsi.c b

[PATCH 2/3] VMW_PVSCSI: Add support for I/O requests coalescing.

2014-03-08 Thread Arvind Kumar
This change allows pvscsi driver to coalesce I/O requests before issuing them. The number of I/O's coalesced can be dynamically configured based on the workload. Signed-off-by: Rishi Mehta Acked-by: Arvind Kumar Cc: Rishi Mehta --- drivers/scsi/vmw_pvscsi.c |

[PATCH 1/3] VMW_PVSCSI: Fix pvscsi_abort() function.

2014-03-08 Thread Arvind Kumar
driver to abort that command, in response to which the driver has responded with SUCCESS causing mid-layer to free the command struct. Signed-off-by: Arvind Kumar Cc: Ewan Milne --- drivers/scsi/vmw_pvscsi.c | 51 + drivers/scsi/vmw_pvscsi.h |4

Re: [PATCH v2 23/23] vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-04 Thread Arvind Kumar
Hi Alexander, This looks fine to me. Acked-by: Arvind Kumar Thanks! Arvind - Original Message - From: "Alexander Gordeev" To: linux-ker...@vger.kernel.org Cc: "Alexander Gordeev" , "Arvind Kumar" , pv-driv...@vmware.com, linux-scsi@vger.kernel.org,

Re: [PATCH 22/22] vmw_pvscsi: Use pci_enable_msix_range()

2014-02-04 Thread Arvind Kumar
Looks fine to me. Acked-by: Arvind Kumar Thanks! Arvind - Original Message - From: "Alexander Gordeev" To: linux-ker...@vger.kernel.org Cc: "Alexander Gordeev" , "Arvind Kumar" , pv-driv...@vmware.com, linux-scsi@vger.kernel.org, linux-...@vger.kernel