]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit109c2af476d5d776b3f0e5b1fec684b061eeb209
tree14b64a9d5448aa40bdd21db69fca810b17080e6e
parent6421e8fb4ae3ed927fd99b6099c9ae37b8e1111d
parentf73710f993b7fb2490f1ec0194818d7f14eb4920
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>