commit | ccdff86f280f4a933cbec9786928697a4a18646b | [log] [tgz] |
---|---|---|
author | Patrick Wildt <patrick@blueri.se> | Thu Oct 03 13:48:47 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 06 16:02:37 2019 +0200 |
tree | aa8f9e9ca55add15791a5cb3d16e3768a0479be6 | |
parent | a383c81fcc07945edec82e984ebb91a06b33e65b [diff] |
nvme: add accessor to namespace id and eui64 This adds a function which can be used by e.g. EFI to retrieve the namespace identifier and EUI64. For that it adds the EUI64 to its driver internal namespace structure and copies the EUI64 during namespace identification. Signed-off-by: Patrick Wildt <patrick@blueri.se> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>