numam-spdk/test/external_code/nvme
Konrad Sztyber b665fd8672 test/external_code: out-of-tree NVMe driver tests
These tests compile the driver both as a shared object and statically
linking it to the identify application.  Additionally, in both
configurations, the app is used to list all available NVMe controllers,
as well as print information about each one indivdually.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I127caf08acad11241bf685b392617ab4b810226b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6680
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
2021-03-09 08:28:22 +00:00
..
.gitignore test/external_code: initial definitions for basic NVMe driver 2021-03-09 08:28:22 +00:00
identify.c external_code/identify: print controller identify data 2021-03-09 08:28:22 +00:00
identify.sh test/external_code: out-of-tree NVMe driver tests 2021-03-09 08:28:22 +00:00
Makefile external_code/nvme: queue pair initialization 2021-03-09 08:28:22 +00:00
nvme.c external_code/nvme: send identify controller during init 2021-03-09 08:28:22 +00:00
nvme.h external_code/nvme: introduced nvme_ctrlr_get_data() 2021-03-09 08:28:22 +00:00