Loading
external_code/nvme: identify command submission
This patch adds code required for sending identify controller admin command. It means allocating an NVMe request, filling spdk_nvme_cmd structure, and submitting the command by writing the command to the submission queue and ringing the doorbell. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I69934213a350df03852860eeaeadc2a456c7673c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6675 Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot