All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuval Mintz <Yuval.Mintz@cavium.com>
To: <netdev@vger.kernel.org>, <davem@davemloft.net>
Cc: <linux-scsi@vger.kernel.org>, <nilesh.javali@cavium.com>,
	<chad.dupuis@cavium.com>, <saurav.kashyap@cavium.com>,
	Yuval Mintz <Yuval.Mintz@cavium.com>
Subject: [PATCH net-next 0/4] qed: Enhance storage APIs
Date: Fri, 2 Jun 2017 08:58:29 +0300	[thread overview]
Message-ID: <20170602055833.21814-1-Yuval.Mintz@cavium.com> (raw)

This series is intended to add additional information and features
to the API between qed and its storage protocol drivers [qedi, qedf].

Patch #2 adds some information stored on device such as wwpn & wwnn
to allow qedf utilize it; #1 fixes an issue with the reading of those
values [which were unused until now].

Patch #3 would allow the protocol drivers access to images on persistent
storage which is a prerequirement for adding boot from SAN support.

Patch #4 adds infrastrucutre to a future feature for qedi.

Dave,

Please consider applying this series to 'net-next'.

Thanks,
Yuval

Yuval Mintz (4):
  qed: Correct order of wwnn and wwpn
  qed: Share additional information with qedf
  qed: Support NVM-image reading API
  qed: Add support for changing iSCSI mac

 drivers/net/ethernet/qlogic/qed/qed_dev.c   |  8 ++-
 drivers/net/ethernet/qlogic/qed/qed_fcoe.c  | 14 +++++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.c | 66 ++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_main.c  | 18 ++++++
 drivers/net/ethernet/qlogic/qed/qed_mcp.c   | 97 +++++++++++++++++++++++++++--
 drivers/net/ethernet/qlogic/qed/qed_mcp.h   | 21 +++++++
 drivers/net/ethernet/qlogic/qed/qed_sp.h    |  1 +
 include/linux/qed/qed_fcoe_if.h             |  5 ++
 include/linux/qed/qed_if.h                  | 20 ++++++
 include/linux/qed/qed_iscsi_if.h            |  7 +++
 10 files changed, 252 insertions(+), 5 deletions(-)

-- 
2.9.4

WARNING: multiple messages have this Message-ID (diff)
From: Yuval Mintz <Yuval.Mintz@cavium.com>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: linux-scsi@vger.kernel.org, nilesh.javali@cavium.com,
	chad.dupuis@cavium.com, saurav.kashyap@cavium.com,
	Yuval Mintz <Yuval.Mintz@cavium.com>
Subject: [PATCH net-next 0/4] qed: Enhance storage APIs
Date: Fri, 2 Jun 2017 08:58:29 +0300	[thread overview]
Message-ID: <20170602055833.21814-1-Yuval.Mintz@cavium.com> (raw)

This series is intended to add additional information and features
to the API between qed and its storage protocol drivers [qedi, qedf].

Patch #2 adds some information stored on device such as wwpn & wwnn
to allow qedf utilize it; #1 fixes an issue with the reading of those
values [which were unused until now].

Patch #3 would allow the protocol drivers access to images on persistent
storage which is a prerequirement for adding boot from SAN support.

Patch #4 adds infrastrucutre to a future feature for qedi.

Dave,

Please consider applying this series to 'net-next'.

Thanks,
Yuval

Yuval Mintz (4):
  qed: Correct order of wwnn and wwpn
  qed: Share additional information with qedf
  qed: Support NVM-image reading API
  qed: Add support for changing iSCSI mac

 drivers/net/ethernet/qlogic/qed/qed_dev.c   |  8 ++-
 drivers/net/ethernet/qlogic/qed/qed_fcoe.c  | 14 +++++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.c | 66 ++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_main.c  | 18 ++++++
 drivers/net/ethernet/qlogic/qed/qed_mcp.c   | 97 +++++++++++++++++++++++++++--
 drivers/net/ethernet/qlogic/qed/qed_mcp.h   | 21 +++++++
 drivers/net/ethernet/qlogic/qed/qed_sp.h    |  1 +
 include/linux/qed/qed_fcoe_if.h             |  5 ++
 include/linux/qed/qed_if.h                  | 20 ++++++
 include/linux/qed/qed_iscsi_if.h            |  7 +++
 10 files changed, 252 insertions(+), 5 deletions(-)

-- 
2.9.4

             reply	other threads:[~2017-06-02  5:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-02  5:58 Yuval Mintz [this message]
2017-06-02  5:58 ` [PATCH net-next 0/4] qed: Enhance storage APIs Yuval Mintz
2017-06-02  5:58 ` [PATCH net-next 1/4] qed: Correct order of wwnn and wwpn Yuval Mintz
2017-06-02  5:58   ` Yuval Mintz
2017-06-02  5:58 ` [PATCH net-next 2/4] qed: Share additional information with qedf Yuval Mintz
2017-06-02  5:58   ` Yuval Mintz
2017-06-02  5:58 ` [PATCH net-next 3/4] qed: Support NVM-image reading API Yuval Mintz
2017-06-02  5:58   ` Yuval Mintz
2017-06-02  5:58 ` [PATCH net-next 4/4] qed: Add support for changing iSCSI mac Yuval Mintz
2017-06-02  5:58   ` Yuval Mintz
2017-06-02 14:36 ` [PATCH net-next 0/4] qed: Enhance storage APIs David Miller

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=20170602055833.21814-1-Yuval.Mintz@cavium.com \
    --to=yuval.mintz@cavium.com \
    --cc=chad.dupuis@cavium.com \
    --cc=davem@davemloft.net \
    --cc=linux-scsi@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nilesh.javali@cavium.com \
    --cc=saurav.kashyap@cavium.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.