Re: [PATCH] snic: switch to pci_irq_alloc_vectors

2017-02-14 Thread Narsimhulu Musini (nmusini)
Hi Martin, Thanks for the changes. Looks good. Verified. Acked-by: Narsimhulu Musini Thanks simha On 07/02/17 5:47 am, "Martin K. Petersen" wrote: >> "Christoph" == Christoph Hellwig writes: > >Narsimhulu, > >Please test and review! > > https://patchwork.kernel.org/patch/954980

Re: [PATCH] snic: Return error code on memory allocation failure

2016-12-21 Thread Narsimhulu Musini (nmusini)
On 21/12/16 7:15 pm, "Burak Ok" wrote: >If a call to mempool_create_slab_pool() in snic_probe() returns NULL, >return -ENOMEM to indicate failure. mempool_creat_slab_pool() only fails >if >it cannot allocate memory. > >https://bugzilla.kernel.org/show_bug.cgi?id=189061 > >Reported-by: bianpan2..

Re: [PATCH] snic: correctly check for array overrun on overly long version number

2016-03-02 Thread Narsimhulu Musini (nmusini)
On 26/02/16 4:28 am, "Colin King" wrote: >From: Colin Ian King > >The snic version number is expected to be 4 decimals in the form like >a netmask string with each number stored in an element in array v. >However, there is an off-by-one check on the number of elements in v >allowing one to pass

Re: [PATCH 1/1] scsi/snic: fixing the error print

2015-06-25 Thread Narsimhulu Musini (nmusini)
On 25/06/15 3:22 pm, "Maninder Singh" wrote: >Currently SNIC_HOST_ERR is called in both cases >whether snic_disc_start returns zero or non-zero. > >From the code it looks like it has to print only if >snic_disc_start return non-zero value, So calling >SNIC_HOST_ERR only for non-zero return from

Re: [PATCH v7 8/9] snic:Add event tracing to capture IO events.

2015-06-14 Thread Narsimhulu Musini (nmusini)
Hi James, Thanks for fixing the errors. Thank you very much for mentoring and help. Thanks Narsimhulu On 13/06/15 9:50 pm, "James Bottomley" wrote: >On Fri, 2015-05-29 at 01:04 -0700, Narsimhulu Musini wrote: >> +#define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5)\ >> +do {

Re: [PATCH v7 7/9] snic:Add sysfs entries to list stats and trace data

2015-06-14 Thread Narsimhulu Musini (nmusini)
Hi James, Thanks for fixing the errors. the check patch that I used didnĀ¹t list them as error, probably a lower version. Thank you very much for mentoring. Thanks Narsimhulu On 13/06/15 9:47 pm, "James Bottomley" wrote: >On Fri, 2015-05-29 at 01:04 -0700, Narsimhulu Musini wrote: >> +s

Re: [PATCH v6 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-05-28 Thread Narsimhulu Musini (nmusini)
Hi James, Thank you for reviewing the patches. Sure, I will incorporate your comments and suggestions in next patch submittal. On 28/05/15 7:25 pm, "James Bottomley" wrote: >In general, patch is much better: it passes all the static checker tests >for byte width and endianness issues.

Re: [PATCH v6 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-05-28 Thread Narsimhulu Musini (nmusini)
Hi Johannes, Thank you for reviewing the patches. I will incorporate your comments in next patch submittal. On 28/05/15 7:12 pm, "Johannes Thumshirn" wrote: >On Thu, May 28, 2015 at 09:49:08AM +0000, Narsimhulu Musini (nmusini) >wrote: >> Hi Boaz, &

Re: [PATCH v6 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-05-28 Thread Narsimhulu Musini (nmusini)
Hi Boaz, Sure, I will incorporate the comments and suggestions in next patch submittal. Thanks Narsimhulu On 27/05/15 4:55 pm, "Boaz Harrosh" wrote: >On 05/27/2015 01:02 PM, Narsimhulu Musini (nmusini) wrote: ><> >>>> +ifeq ($(CONFIG_SCSI_

Re: [PATCH v6 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-05-27 Thread Narsimhulu Musini (nmusini)
Hi Boaz, Thank you for reviewing patch. Please find responses inline. On 27/05/15 2:47 pm, "Boaz Harrosh" wrote: >On 05/27/2015 10:19 AM, Narsimhulu Musini wrote: >> Kconfig for kbuild >> Makefile to build snic module >> >> Updated MAINTAINERS file >> >> Signed-off-by: Narsimhulu Musini >>

Re: [PATCH v4 4/9] snic:Add snic target discovery

2015-04-14 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. On 13/04/15 7:59 pm, "Hannes Reinecke" wrote: >On 04/13/2015 07:25 AM, Narsimhulu Musini (nmusini) wrote: >> Hi Hannes, >> >> Thank you for reviewing patches. Please find responses

Re: [PATCH v4 6/9] snic:Add low level queuing interfaces

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 09/04/15 6:53 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find my comment at the bottom. > >On 04/09/2015 01:49 PM, Narsimhulu Musin

Re: [PATCH v4 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 09/04/15 6:46 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find some comments inline. > >On 04/09/2015 01:49 PM, Narsimhulu Musini

Re: [PATCH v4 4/9] snic:Add snic target discovery

2015-04-12 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. On 09/04/15 6:29 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find some comments inline. > >On 04/09/2015 01:49 PM, Narsimhulu Musini wrote: >> snic_disc.h contains snic target structure definition. >> >> s

Re: [PATCH v2 6/9] snic:Add low level queuing interfaces

2015-04-08 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. On 07/04/15 12:08 pm, "Hannes Reinecke" wrote: >On 04/02/2015 10:13 AM, Narsimhulu Musini (nmusini) wrote: >> Hi Hannes, >> >> Thank you for reviewing the patch. Please find response

Re: [PATCH v2 2/9] snic:Add interrupt, resource firmware interfaces

2015-04-08 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 07/04/15 11:57 am, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >On 04/02/2015 09:48 AM, Narsimhulu Musini (nmusini)

Re: [PATCH v3 1/9] snic: snic module infrastructure

2015-04-08 Thread Narsimhulu Musini (nmusini)
Hi Christoph, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 02/04/15 2:51 pm, "Christoph Hellwig" wrote: >> +/* >> + * Usage of the scsi_cmnd scratchpad. >> + * These fields are locked by the hashed

Re: [PATCH v2 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-04-02 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 25/03/15 4:46 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: >> Kconfig for kbuild >> Makefi

Re: [PATCH v2 6/9] snic:Add low level queuing interfaces

2015-04-02 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 25/03/15 4:43 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: >> These files contain low leve

Re: [PATCH v2 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-04-02 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 25/03/15 4:31 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: >> snic_scsi.c contains scsi

Re: [PATCH v2 3/9] snic:Add meta request, handling of meta requests.

2015-04-02 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 25/03/15 4:02 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: >> snic_io.h contains meta r

Re: [PATCH v2 2/9] snic:Add interrupt, resource firmware interfaces

2015-04-02 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 25/03/15 3:48 pm, "Hannes Reinecke" wrote: >On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: >> snic_fwint.h contains firmware interface stru

Re: [PATCH v2 1/9] snic: snic module infrastructure

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Julian Calby, Sure, thanks. Thanks Narsimhulu On 12/03/15 7:13 am, "Julian Calaby" wrote: >Hi simha, > >On Thu, Mar 12, 2015 at 12:37 PM, Narsimhulu Musini (nmusini) > wrote: >> Hi, >> >> Thanks for pointing the change log location. Do you sugge

Re: [PATCH 3/9] snic:Add meta request, handling of meta requests.

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. On 02/03/15 6:26 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> snic_io.h contains meta request structure definition >> meta request contains high level information about firmware requests. >> such as request inf

Re: [PATCH 1/9] snic: snic module infrastructure

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing patches. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 02/03/15 6:09 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find comments inline. > >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:

Re: [PATCH 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thanks for reviewing the patch. Please find responses inline. I will incorporate the changes in next patch submittal. On 02/03/15 7:05 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> Kconfig for kbuild >> Makefile to build snic module >> >> Updat

Re: [PATCH 8/9] snic:Add event tracing to capture IO events.

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. On 02/03/15 7:04 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> snic_trc.h contains global trace structure definitions for snic driver >> >> snic_trc.c adds tracing functionality

Re: [PATCH 7/9] snic:Add sysfs entries to list stats and trace data

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Thanks Narsimhulu On 02/03/15 7:03 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> snic_stats.h contains stats structre definitions for various events >> in snic driver. >> >> snic_debugfs.c contains setup and

Re: [PATCH 6/9] snic:Add low level queuing interfaces

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate your comments and suggestions in next patch submittal. On 02/03/15 7:02 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> These files contain low level queueing inter

Re: [PATCH 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggestions in next patch submittal. On 02/03/15 6:56 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find comments inline. > >On 02/10/2015 05:43 PM, Narsimhulu Musini wr

Re: [PATCH 4/9] snic:Add snic target discovery

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Thanks Narsimhulu On 02/03/15 6:29 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> snic_disc.h contains snic target structure definition. >> >> snic_disc.c contains target discovery, setup, lookup, and cleanup

Re: [PATCH 2/9] snic:Add interrupt, resource firmware interfaces

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. I will incorporate the comments and suggests in next patch submittal. On 02/03/15 6:23 pm, "Hannes Reinecke" wrote: >Hi Narsimhulu, > >please find comments inline. > >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >