
3 Oct
2019
3 Oct
'19
1:52 p.m.
On Thu, Oct 3, 2019 at 7:48 PM Patrick Wildt patrick@blueri.se wrote:
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
drivers/nvme/nvme.c | 13 +++++++++++++ drivers/nvme/nvme.h | 1 + include/nvme.h | 12 ++++++++++++ 3 files changed, 26 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
I see you only resent the v2 of the first patch. Normally all patches in the same series should be resent that helps maintain the patch inter-dependency.
Regards, Bin