All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: James Smart <jsmart2021@gmail.com>, linux-scsi@vger.kernel.org
Cc: Ram Vegesna <ram.vegesna@broadcom.com>, Daniel Wagner <dwagner@suse.de>
Subject: Re: [PATCH v8 15/31] elx: libefc: Extended link Service IO handling
Date: Wed, 28 Apr 2021 11:13:51 +0200	[thread overview]
Message-ID: <8f8ce1b9-4c70-da83-3a41-c434b108689c@suse.de> (raw)
In-Reply-To: <20210423233455.27243-16-jsmart2021@gmail.com>

On 4/24/21 1:34 AM, James Smart wrote:
> This patch continues the libefc library population.
> 
> This patch adds library interface definitions for:
> Functions to build and send ELS/CT/BLS commands and responses.
> 
> Co-developed-by: Ram Vegesna <ram.vegesna@broadcom.com>
> Signed-off-by: Ram Vegesna <ram.vegesna@broadcom.com>
> Signed-off-by: James Smart <jsmart2021@gmail.com>
> Reviewed-by: Daniel Wagner <dwagner@suse.de>
> ---
>  drivers/scsi/elx/libefc/efc_els.c | 1099 +++++++++++++++++++++++++++++
>  drivers/scsi/elx/libefc/efc_els.h |  107 +++
>  2 files changed, 1206 insertions(+)
>  create mode 100644 drivers/scsi/elx/libefc/efc_els.c
>  create mode 100644 drivers/scsi/elx/libefc/efc_els.h
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		        Kernel Storage Architect
hare@suse.de			               +49 911 74053 688
SUSE Software Solutions Germany GmbH, 90409 Nürnberg
GF: F. Imendörffer, HRB 36809 (AG Nürnberg)

  reply	other threads:[~2021-04-28  9:13 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 23:34 [PATCH v8 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver James Smart
2021-04-23 23:34 ` [PATCH v8 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions James Smart
2021-04-23 23:34 ` [PATCH v8 02/31] elx: libefc_sli: SLI Descriptors and Queue entries James Smart
2021-04-28  8:46   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 03/31] elx: libefc_sli: Data structures and defines for mbox commands James Smart
2021-04-28  8:50   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 04/31] elx: libefc_sli: queue create/destroy/parse routines James Smart
2021-04-28  8:54   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 05/31] elx: libefc_sli: Populate and post different WQEs James Smart
2021-04-23 23:34 ` [PATCH v8 06/31] elx: libefc_sli: bmbx routines and SLI config commands James Smart
2021-04-23 23:34 ` [PATCH v8 07/31] elx: libefc_sli: APIs to setup SLI library James Smart
2021-04-23 23:34 ` [PATCH v8 08/31] elx: libefc: Generic state machine framework James Smart
2021-04-23 23:34 ` [PATCH v8 09/31] elx: libefc: Emulex FC discovery library APIs and definitions James Smart
2021-04-28  9:01   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 10/31] elx: libefc: FC Domain state machine interfaces James Smart
2021-04-23 23:34 ` [PATCH v8 11/31] elx: libefc: SLI and FC PORT " James Smart
2021-04-28  9:08   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 12/31] elx: libefc: Remote node " James Smart
2021-04-28  9:11   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 13/31] elx: libefc: Fabric " James Smart
2021-04-23 23:34 ` [PATCH v8 14/31] elx: libefc: FC node ELS and state handling James Smart
2021-04-23 23:34 ` [PATCH v8 15/31] elx: libefc: Extended link Service IO handling James Smart
2021-04-28  9:13   ` Hannes Reinecke [this message]
2021-04-23 23:34 ` [PATCH v8 16/31] elx: libefc: Register discovery objects with hardware James Smart
2021-04-28  9:15   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 17/31] elx: efct: Data structures and defines for hw operations James Smart
2021-04-23 23:34 ` [PATCH v8 18/31] elx: efct: Driver initialization routines James Smart
2021-04-28  9:21   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 19/31] elx: efct: Hardware queues creation and deletion James Smart
2021-04-23 23:34 ` [PATCH v8 20/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs James Smart
2021-04-28  9:22   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 21/31] elx: efct: Hardware IO and SGL initialization James Smart
2021-04-28  9:27   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 22/31] elx: efct: Hardware queues processing James Smart
2021-04-23 23:34 ` [PATCH v8 23/31] elx: efct: Unsolicited FC frame processing routines James Smart
2021-04-23 23:34 ` [PATCH v8 24/31] elx: efct: SCSI IO handling routines James Smart
2021-04-23 23:34 ` [PATCH v8 25/31] elx: efct: LIO backend interface routines James Smart
2021-04-24 20:34   ` Mike Christie
2021-04-24 21:10     ` Mike Christie
2021-04-23 23:34 ` [PATCH v8 26/31] elx: efct: Hardware IO submission routines James Smart
2021-04-23 23:34 ` [PATCH v8 27/31] elx: efct: link and host statistics James Smart
2021-04-23 23:34 ` [PATCH v8 28/31] elx: efct: xport and hardware teardown routines James Smart
2021-04-28  9:29   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 29/31] elx: efct: scsi_transport_fc host interface support James Smart
2021-04-28  9:31   ` Hannes Reinecke
2021-04-23 23:34 ` [PATCH v8 30/31] elx: efct: Add Makefile and Kconfig for efct driver James Smart
2021-04-23 23:34 ` [PATCH v8 31/31] elx: efct: Tie into kernel Kconfig and build process James Smart

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=8f8ce1b9-4c70-da83-3a41-c434b108689c@suse.de \
    --to=hare@suse.de \
    --cc=dwagner@suse.de \
    --cc=jsmart2021@gmail.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=ram.vegesna@broadcom.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.