Merge branch 'qed-Enhance-storage-APIs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Jun 2017 14:33:04 +0000 (10:33 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Jun 2017 14:33:04 +0000 (10:33 -0400)
commitb260831182e12418ef32a62553326e10e2a48e2e
tree14b64a9d5448aa40bdd21db69fca810b17080e6e
parent3a5f8997dc643a0e0e9a0895c2214b21e5e774a2
parentdc4528e9e890f82900d75ac6276aba8ce89a80b6
Merge branch 'qed-Enhance-storage-APIs'

Yuval Mintz says:

====================
qed: Enhance storage APIs

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>