examples/vmd: Add nvme library to VMD example apps
NVMe driver is necessary during spdk_vmd_init as vmd_init_end_device won't find the nvme driver during spdk_pci_nvme_get_driver call, resulting in segfault during spdk_pci_hook_device. Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Change-Id: I8fc3396b467e34ec49e39075dca05eeb78f9c362 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15593 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
002cd18b60
commit
2decb876cd
@ -11,6 +11,6 @@ APP = led
|
||||
|
||||
C_SRCS := led.c
|
||||
|
||||
SPDK_LIB_LIST = vmd log util
|
||||
SPDK_LIB_LIST = vmd log util nvme
|
||||
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|
||||
|
@ -11,6 +11,6 @@ APP = lsvmd
|
||||
|
||||
C_SRCS := lsvmd.c
|
||||
|
||||
SPDK_LIB_LIST = vmd log util
|
||||
SPDK_LIB_LIST = vmd log util nvme
|
||||
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|
||||
|
Loading…
Reference in New Issue
Block a user