ioat: add device IDs for new CB-DMA engines
Icelake SP Xeon and Snowridge Xeon-D will share the same IOAT (CB-DMA) PCI device ID. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ia2da3a0923c4db73db5d224a3db4f6913e7e1891 Reviewed-on: https://review.gerrithub.io/c/446157 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
31c528414f
commit
3c90b3ddb7
@ -117,6 +117,8 @@ extern "C" {
|
||||
|
||||
#define PCI_DEVICE_ID_INTEL_IOAT_SKX 0x2021
|
||||
|
||||
#define PCI_DEVICE_ID_INTEL_IOAT_ICX 0x0b00
|
||||
|
||||
#define PCI_DEVICE_ID_VIRTIO_BLK_MODERN 0x1001
|
||||
#define PCI_DEVICE_ID_VIRTIO_SCSI_MODERN 0x1004
|
||||
|
||||
|
@ -85,6 +85,7 @@ static struct rte_pci_id ioat_driver_id[] = {
|
||||
{SPDK_IOAT_PCI_DEVICE(PCI_DEVICE_ID_INTEL_IOAT_BDX8)},
|
||||
{SPDK_IOAT_PCI_DEVICE(PCI_DEVICE_ID_INTEL_IOAT_BDX9)},
|
||||
{SPDK_IOAT_PCI_DEVICE(PCI_DEVICE_ID_INTEL_IOAT_SKX)},
|
||||
{SPDK_IOAT_PCI_DEVICE(PCI_DEVICE_ID_INTEL_IOAT_ICX)},
|
||||
{ .vendor_id = 0, /* sentinel */ },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user