pci_ids: add virtio-vhost-user device id

Add the virtio-vhost-user device id in the list of virtio devices so
that the setup script can handle this device too.

Change-Id: I203ce75a2561bcdfbe2301df0679090678d7d530
Signed-off-by: Nikos Dragazis <ndragazis@arrikto.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/441055
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
Nikos Dragazis 2019-01-06 01:49:27 +02:00 committed by Jim Harris
parent a5dfbc4daf
commit 0bfc614300

View File

@ -122,6 +122,7 @@ extern "C" {
#define PCI_DEVICE_ID_VIRTIO_BLK_MODERN 0x1001
#define PCI_DEVICE_ID_VIRTIO_SCSI_MODERN 0x1004
#define PCI_DEVICE_ID_VIRTIO_VHOST_USER 0x1017
#define PCI_DEVICE_ID_INTEL_VMD 0x201d