From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Calaby Subject: Re: [PATCH v2 1/9] snic: snic module infrastructure Date: Thu, 12 Mar 2015 12:43:08 +1100 Message-ID: References: <1426093299-4511-1-git-send-email-nmusini@cisco.com> <1426093299-4511-2-git-send-email-nmusini@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-wi0-f178.google.com ([209.85.212.178]:40209 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbbCLBna (ORCPT ); Wed, 11 Mar 2015 21:43:30 -0400 Received: by wivr20 with SMTP id r20so43761945wiv.5 for ; Wed, 11 Mar 2015 18:43:29 -0700 (PDT) In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Narsimhulu Musini (nmusini)" , linux-scsi 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. 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 wrote: > >> 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. >>> >>> 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/ >>> >>> v2 >>> Added Compile time macro for debugfs dependent functionality. >> >> Your changelog should be below the "---" and before the diffstat. >> >>> Signed-off-by: Narsimhulu Musini >>> Signed-off-by: Sesidhar Baddela >>> --- >> >> 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/