All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] qed: Enhance storage APIs
@ 2017-06-02  5:58 ` Yuval Mintz
  0 siblings, 0 replies; 11+ messages in thread
From: Yuval Mintz @ 2017-06-02  5:58 UTC (permalink / raw)
  To: netdev, davem
  Cc: linux-scsi, nilesh.javali, chad.dupuis, saurav.kashyap, Yuval Mintz

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-06-02 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02  5:58 [PATCH net-next 0/4] qed: Enhance storage APIs Yuval Mintz
2017-06-02  5:58 ` 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

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.