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

2015-03-25 Thread Hannes Reinecke
On 03/11/2015 06:01 PM, Narsimhulu Musini wrote: > snic_main.c contains module load and unload, global driver context, > PCI Registration, PCI probe and remove, SCSI ML registration functionality. > > snic.h contains snic structure definition, snic global context, and > prototypes. > > snic_os.h

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

2015-03-12 Thread Narsimhulu Musini
snic_main.c contains module load and unload, global driver context, PCI Registration, PCI probe and remove, SCSI ML registration functionality. snic.h contains snic structure definition, snic global context, and prototypes. snic_os.h contains OS specific interfaces. snic_attrs.c contains device

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 suggest to >>resubmit the entire patch series w

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

2015-03-11 Thread Julian Calaby
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 suggest to resubmit the > entire patch series with v2. If you find some time, Could you please review > the patch. Firstly, please don't top post (i.e.

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

2015-03-11 Thread Julian Calaby
Hi, On Thu, Mar 12, 2015 at 4:01 AM, Narsimhulu Musini wrote: > snic_main.c contains module load and unload, global driver context, > PCI Registration, PCI probe and remove, SCSI ML registration functionality. > > snic.h contains snic structure definition, snic global context, and > prototypes. >