All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: Himanshu Madhani <himanshu.madhani@qlogic.com>,
	James.Bottomley@HansenPartnership.com,
	martin.petersen@oracle.com
Cc: giridhar.malavali@qlogic.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH 11/19] qla2xxx: Add bsg interface to support statistics counter reset.
Date: Fri, 15 Jul 2016 14:56:24 +0200	[thread overview]
Message-ID: <fc2f8a4e-14ac-c9ba-c26d-87743e004612@suse.de> (raw)
In-Reply-To: <1467818075-15246-12-git-send-email-himanshu.madhani@qlogic.com>

On 07/06/2016 05:14 PM, Himanshu Madhani wrote:
> From: Sawan Chandak <sawan.chandak@qlogic.com>
> 
> Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com>
> Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
> ---
>  drivers/scsi/qla2xxx/qla_bsg.c | 48 ++++++++++++++++++++++--------------------
>  drivers/scsi/qla2xxx/qla_bsg.h |  1 +
>  2 files changed, 26 insertions(+), 23 deletions(-)
> 
Reviewed-by: Hannes Reinecke <hare@suse.com>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-07-15 12:56 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 15:14 [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch Himanshu Madhani
2016-07-06 15:14 ` [PATCH 01/19] qla2xxx: Remove sysfs node fw_dump_template Himanshu Madhani
2016-07-15 12:49   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 02/19] qla2xxx: Add ram area DDR for fwdump template entry T262 Himanshu Madhani
2016-07-15 12:49   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 03/19] qla2xxx: Shutdown board on thermal shutdown aen Himanshu Madhani
2016-07-15 12:50   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 04/19] qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode Himanshu Madhani
2016-07-15 12:51   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 05/19] qla2xxx: Add module parameter alternate/short names Himanshu Madhani
2016-07-15 12:51   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 06/19] qla2xxx: Make debug buffer log easier to view Himanshu Madhani
2016-07-15 12:52   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 07/19] qla2xxx: Properly initialize IO statistics Himanshu Madhani
2016-07-15 12:52   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 08/19] qla2xxx: Properly reset firmware statistics Himanshu Madhani
2016-07-15 12:53   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 09/19] qla2xxx: Check for device state before unloading the driver Himanshu Madhani
2016-07-15 12:54   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 10/19] qla2xxx: Add bsg interface to support D_Port Diagnostics Himanshu Madhani
2016-07-15 12:55   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 11/19] qla2xxx: Add bsg interface to support statistics counter reset Himanshu Madhani
2016-07-06 16:36   ` kbuild test robot
2016-07-15 12:56   ` Hannes Reinecke [this message]
2016-07-06 15:14 ` [PATCH 12/19] qla2xxx: Let DPORT be enabled purely by nvram Himanshu Madhani
2016-07-15 12:57   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 13/19] qla2xxx: Add support to handle Loop Init error Asynchronus event Himanshu Madhani
2016-07-15 12:58   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 14/19] qla2xxx: Correction to function qla26xx_dport_diagnostics() Himanshu Madhani
2016-07-15 12:59   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 15/19] qla2xxx: Separate ISP type bits out from device type Himanshu Madhani
2016-07-15 13:01   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 16/19] qla2xxx: Disable the adapter and skip error recovery in case of register disconnect Himanshu Madhani
2016-07-15 13:02   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 17/19] qla2xxx: Fix duplicate message id Himanshu Madhani
2016-07-15 13:02   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 18/19] qla2xxx: Fix BBCR offset Himanshu Madhani
2016-07-15 13:03   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 19/19] qla2xxx: Update driver version to 8.07.00.38-k Himanshu Madhani
2016-07-15 13:03   ` Hannes Reinecke
2016-07-15 19:39 ` [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch Martin K. Petersen

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=fc2f8a4e-14ac-c9ba-c26d-87743e004612@suse.de \
    --to=hare@suse.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=giridhar.malavali@qlogic.com \
    --cc=himanshu.madhani@qlogic.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /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.