Re: [edk2] [PATCH v2 3/3] MdeModulePkg: Add NvmExpressLib.

2016-05-18 Thread Tian, Feng
Ok, I am not aware that you will contribute Firmware Management Protocol to EDKII. So this library will be used by EDKII NvmExpress driver. PS: We will check in NvmExpress non-blocking support to the repo soon. Hope it will not bring big merge issue to your patch. Thanks Feng -Original

Re: [edk2] [PATCH v2 3/3] MdeModulePkg: Add NvmExpressLib.

2016-05-18 Thread El-Haj-Mahmoud, Samer
Feng, We plan on submitting updates to NvmExpressDxe to implement Firmware Management Protocol, which will use this library. Also part of this patch is to change existing NvmExpressDxe code (partially) to start using the shared library. We also have proprietary code (in non EDK2 drivers)

Re: [edk2] [PATCH v2 3/3] MdeModulePkg: Add NvmExpressLib.

2016-05-18 Thread Tian, Feng
Hi, Darbin We have discussed this library internally. We would like to know the usage model of this library, that's who will use/consume this lib? Currently there is no EDKII module using it. And the intention of a new library is for code sharing/reuse. Besides that, here are some comments on

[edk2] [PATCH v2 3/3] MdeModulePkg: Add NvmExpressLib.

2016-05-17 Thread darbin . emm . reyes
From: Darbin Reyes Adds a library for functions that facilitate the execution of NVMe commands using the passthru protocol. These functions are intended for use with NVMe controllers that are compliant with version 1.1 of the NVMe spec. The initial implementation of the