From ebe2371e6a63823cb65ef928369068faf0f51d9a Mon Sep 17 00:00:00 2001 From: Kai Ji Date: Mon, 15 Jan 2024 16:44:37 +0000 Subject: dpdk: add ID for QAT 4xxx series VF support Type: feature Enable use of 4th gen QAT series devices. Change-Id: I890c1f1d305ff9b996322c29e9510cfe89d88d97 Signed-off-by: Kai Ji --- src/plugins/dpdk/device/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/dpdk') diff --git a/src/plugins/dpdk/device/init.c b/src/plugins/dpdk/device/init.c index c701631d930..789add58380 100644 --- a/src/plugins/dpdk/device/init.c +++ b/src/plugins/dpdk/device/init.c @@ -641,7 +641,8 @@ dpdk_bind_devices_to_uio (dpdk_config_main_t * conf) (d->device_id == 0x0443 || d->device_id == 0x18a1 || d->device_id == 0x19e3 || d->device_id == 0x37c9 || d->device_id == 0x6f55 || d->device_id == 0x18ef || - d->device_id == 0x4941)) + d->device_id == 0x4941 || d->device_id == 0x4943 || + d->device_id == 0x4945)) ; /* Cisco VIC */ else if (d->vendor_id == 0x1137 && -- cgit 1.2.3-korg