dpdk: add ID for QAT 4xxx series VF support 00/40200/2
authorKai Ji <kai.ji@intel.com>
Mon, 15 Jan 2024 16:44:37 +0000 (16:44 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 16 Jan 2024 22:03:43 +0000 (22:03 +0000)
Type: feature

Enable use of 4th gen QAT series devices.

Change-Id: I890c1f1d305ff9b996322c29e9510cfe89d88d97
Signed-off-by: Kai Ji <kai.ji@intel.com>
src/plugins/dpdk/device/init.c

index c701631..789add5 100644 (file)
@@ -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 &&