From: Jim Thompson Date: Mon, 12 Aug 2019 07:03:38 +0000 (-0500) Subject: dpdk: QAT devices update, add c4xxx and xeon d15xx X-Git-Tag: v20.05-rc0~983 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F21216%2F4;p=vpp.git dpdk: QAT devices update, add c4xxx and xeon d15xx Type: feature Change-Id: I21f8f4563f5545a684b2666f7410847e0f7bc403 Signed-off-by: Jim Thompson --- diff --git a/src/plugins/dpdk/device/init.c b/src/plugins/dpdk/device/init.c index 07cbbf99725..4b4bed4ee07 100644 --- a/src/plugins/dpdk/device/init.c +++ b/src/plugins/dpdk/device/init.c @@ -915,7 +915,8 @@ dpdk_bind_devices_to_uio (dpdk_config_main_t * conf) ; /* all Intel QAT devices VFs */ else if (d->vendor_id == 0x8086 && d->device_class == PCI_CLASS_PROCESSOR_CO && - (d->device_id == 0x0443 || d->device_id == 0x37c9 || d->device_id == 0x19e3)) + (d->device_id == 0x0443 || d->device_id == 0x18a1 || d->device_id == 0x19e3 || + d->device_id == 0x37c9 || d->device_id == 0x6f55)) ; /* Cisco VIC */ else if (d->vendor_id == 0x1137 &&