All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Wagner <dwagner@suse.de>
To: James Smart <jsmart2021@gmail.com>
Cc: linux-scsi@vger.kernel.org,
	Ram Vegesna <ram.vegesna@broadcom.com>,
	Hannes Reinecke <hare@suse.de>
Subject: Re: [PATCH v5 23/31] elx: efct: Unsolicited FC frame processing routines
Date: Mon, 4 Jan 2021 18:53:42 +0100	[thread overview]
Message-ID: <20210104175342.42scuykm3ks2j33k@beryllium.lan> (raw)
In-Reply-To: <20210103171134.39878-24-jsmart2021@gmail.com>

On Sun, Jan 03, 2021 at 09:11:26AM -0800, James Smart wrote:
> This patch continues the efct driver population.
> 
> This patch adds driver definitions for:
> Routines to handle unsolicited FC frames.
> 
> 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: Hannes Reinecke <hare@suse.de>

Reviewed-by: Daniel Wagner <dwagner@suse.de>

  reply	other threads:[~2021-01-04 17:54 UTC|newest]

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

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=20210104175342.42scuykm3ks2j33k@beryllium.lan \
    --to=dwagner@suse.de \
    --cc=hare@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.