Re: [edk2] [PATCH] MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmd

2018-01-23 Thread Wu, Hao A
Sure, I will perform the sct test and make sure there's no failure before pushing this change. Best Regards, Hao Wu > -Original Message- > From: Zeng, Star > Sent: Tuesday, January 23, 2018 3:50 PM > To: Wu, Hao A; edk2-devel@lists.01.org > Cc: Ni, Ruiyu; Tian, Feng; Zeng, Star >

Re: [edk2] [PATCH] MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmd

2018-01-22 Thread Zeng, Star
Reviewed-by: Star Zeng Is it ok to do more test, for example with SCT? Thanks, Star -Original Message- From: Wu, Hao A Sent: Tuesday, January 23, 2018 1:04 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zeng, Star ; Ni,

[edk2] [PATCH] MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmd

2018-01-22 Thread Hao Wu
Within function NvmExpressPassThru(): The data buffer for the below 2 Admin command: Create I/O Completion Queue command (Opcode 01h) Create I/O Submission Queue command (Opcode 05h) are not mapped to the PCI controller specific addresses. But the current code logic also prevents the below NVM