All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Narsimhulu Musini (nmusini)" <nmusini@cisco.com>
To: Julian Calaby <julian.calaby@gmail.com>,
	linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH v2 1/9] snic: snic module infrastructure
Date: Thu, 12 Mar 2015 01:56:37 +0000	[thread overview]
Message-ID: <D126F018.1B707%nmusini@cisco.com> (raw)
In-Reply-To: <CAGRGNgUbUmru+X8chhtwFZCsZQ-FKES2-ZcJz_D62X+tsOhgEQ@mail.gmail.com>

Hi Julian Calby,

  Sure, thanks.

Thanks
Narsimhulu

On 12/03/15 7:13 am, "Julian Calaby" <julian.calaby@gmail.com> wrote:

>Hi simha,
>
>On Thu, Mar 12, 2015 at 12:37 PM, Narsimhulu Musini (nmusini)
><nmusini@cisco.com> 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. post above the reply) and please
>don't take discussions off list. (always reply-to-all)
>
>I can almost guarantee that you'll get more comments, so wait for
>other people to review it first.
>
>I don't know the SCSI code well enough to do a useful technical
>review, so I only review for basic style issues.
>
>Thanks,
>
>Julian Calaby
>
>
>> Thanks
>> simha
>>
>>
>> On 12-Mar-2015, at 6:24 am, Julian Calaby <julian.calaby@gmail.com>
>>wrote:
>>
>>> Hi,
>>>
>>> On Thu, Mar 12, 2015 at 4:01 AM, Narsimhulu Musini <nmusini@cisco.com>
>>>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 contains OS specific interfaces.
>>>>
>>>> snic_attrs.c contains device attributes to list snic state, link
>>>>state,
>>>> and driver version under /sys/class/scsi_host/host<id>/
>>>>
>>>> v2
>>>> Added Compile time macro for debugfs dependent functionality.
>>>
>>> Your changelog should be below the "---" and before the diffstat.
>>>
>>>> Signed-off-by: Narsimhulu Musini <nmusini@cisco.com>
>>>> Signed-off-by: Sesidhar Baddela <sebaddel@cisco.com>
>>>> ---
>>>
>>> I.e. here.
>>>
>>>> drivers/scsi/snic/snic.h       |  421 +++++++++++++++++
>>>> drivers/scsi/snic/snic_attrs.c |   80 ++++
>>>> drivers/scsi/snic/snic_main.c  | 1022
>>>>++++++++++++++++++++++++++++++++++++++++
>>>> drivers/scsi/snic/snic_os.h    |   81 ++++
>>>> 4 files changed, 1604 insertions(+)
>>>> create mode 100644 drivers/scsi/snic/snic.h
>>>> create mode 100644 drivers/scsi/snic/snic_attrs.c
>>>> create mode 100644 drivers/scsi/snic/snic_main.c
>>>> create mode 100644 drivers/scsi/snic/snic_os.h
>>>
>>> Thanks,
>>>
>>> --
>>> Julian Calaby
>>>
>>> Email: julian.calaby@gmail.com
>>> Profile: http://www.google.com/profiles/julian.calaby/
>>
>
>
>
>-- 
>Julian Calaby
>
>Email: julian.calaby@gmail.com
>Profile: http://www.google.com/profiles/julian.calaby/


  reply	other threads:[~2015-03-12  1:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 17:01 [PATCH v2 0/9] snic:initial submission of snic driver for Cisco SCSI HBA Narsimhulu Musini
2015-03-11 17:01 ` [PATCH v2 1/9] snic: snic module infrastructure Narsimhulu Musini
2015-03-12  0:54   ` Julian Calaby
     [not found]     ` <C243A617-47A8-4568-A8ED-2E343812ADA9@cisco.com>
2015-03-12  1:43       ` Julian Calaby
2015-03-12  1:56         ` Narsimhulu Musini (nmusini) [this message]
2015-03-25 10:05   ` Hannes Reinecke
2015-03-11 17:01 ` [PATCH v2 2/9] snic:Add interrupt, resource firmware interfaces Narsimhulu Musini
2015-03-25 10:18   ` Hannes Reinecke
2015-04-02  7:48     ` Narsimhulu Musini (nmusini)
2015-04-07  6:27       ` Hannes Reinecke
2015-04-08  8:58         ` Narsimhulu Musini (nmusini)
2015-03-11 17:01 ` [PATCH v2 3/9] snic:Add meta request, handling of meta requests Narsimhulu Musini
2015-03-25 10:32   ` Hannes Reinecke
2015-04-02  7:53     ` Narsimhulu Musini (nmusini)
2015-03-11 17:01 ` [PATCH v2 4/9] snic:Add snic target discovery Narsimhulu Musini
2015-03-25 10:36   ` Hannes Reinecke
2015-03-11 17:01 ` [PATCH v2 5/9] snic:add SCSI handling, AEN, and fwreset handling Narsimhulu Musini
2015-03-25 11:01   ` Hannes Reinecke
2015-04-02  8:06     ` Narsimhulu Musini (nmusini)
2015-03-11 17:01 ` [PATCH v2 6/9] snic:Add low level queuing interfaces Narsimhulu Musini
2015-03-25 11:13   ` Hannes Reinecke
2015-04-02  8:13     ` Narsimhulu Musini (nmusini)
2015-04-07  6:38       ` Hannes Reinecke
2015-04-08  9:05         ` Narsimhulu Musini (nmusini)
2015-04-08  9:07           ` Hannes Reinecke
2015-03-11 17:01 ` [PATCH v2 7/9] snic:Add sysfs entries to list stats and trace data Narsimhulu Musini
2015-03-25 11:14   ` Hannes Reinecke
2015-03-11 17:01 ` [PATCH v2 8/9] snic:Add event tracing to capture IO events Narsimhulu Musini
2015-03-25 11:15   ` Hannes Reinecke
2015-03-11 17:01 ` [PATCH v2 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS Narsimhulu Musini
2015-03-25 11:16   ` Hannes Reinecke
2015-04-02  8:16     ` Narsimhulu Musini (nmusini)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D126F018.1B707%nmusini@cisco.com \
    --to=nmusini@cisco.com \
    --cc=julian.calaby@gmail.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.