Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-13 Thread ching
Hi Tomas, I will repost patch1 to patch17. Although, patch3 to patch16 are not change, but patch2 has been updated. So, the patch line number are shifted in patch3 till patch16. On Mon, 2014-05-12 at 15:01 +0200, Tomas Henzl wrote: > On 05/12/2014 01:55 PM, ching wrote: > > Hi Tomas, > > > > Than

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-12 Thread Tomas Henzl
On 05/12/2014 01:55 PM, ching wrote: > Hi Tomas, > > Thanks for your remind again. > The patch 17/17 will be as following. Hi Ching, I think we have messed up this thread a bit. Please repost the 2/16 with fixes related only to msi-x, this is the original 2/26 patch update with fixes directly rel

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-12 Thread ching
Hi Tomas, Thanks for your remind again. The patch 17/17 will be as following. --- diff -uprN a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c --- a/drivers/scsi/arcmsr/arcmsr_hba.c 2014-05-08 17:45:34.0 +0800 +++ b/drivers/scsi/arcmsr/arcmsr_hba.c 2014-05-12 10:50:2

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-09 Thread Tomas Henzl
On 05/08/2014 01:37 PM, ching wrote: > Hi Tomas, > > Thanks for your suggestion. > I will add a new patch 17/17 at last. This additional patch was meant for moving the scsi_scan_host, because it's nor related to the ms-x interrupts. Probably the maintainer will prefer a single patch which changes

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-08 Thread ching
Hi Tomas, Thanks for your suggestion. I will add a new patch 17/17 at last. --- diff -uprN a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c --- a/drivers/scsi/arcmsr/arcmsr_hba.c 2014-05-08 17:45:34.0 +0800 +++ b/drivers/scsi/arcmsr/arcmsr_hba.c 2014-05-08 17:45:52.

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-07 Thread Tomas Henzl
On 05/07/2014 01:52 PM, ching wrote: > From: Ching > > Adding code to support MSI-X interrupt. > > This update has made change by Tomas' and Alexander's suggestion. > > Signed-off-by: Ching > --- > > diff -uprN a/drivers/scsi/arcmsr/arcmsr.h b/drivers/scsi/arcmsr/arcmsr.h > --- a/drivers/scsi/arcms

[PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-07 Thread ching
From: Ching Adding code to support MSI-X interrupt. This update has made change by Tomas' and Alexander's suggestion. Signed-off-by: Ching --- diff -uprN a/drivers/scsi/arcmsr/arcmsr.h b/drivers/scsi/arcmsr/arcmsr.h --- a/drivers/scsi/arcmsr/arcmsr.h 2014-04-28 16:02:46.0 +0800 +++