dpdk: add Intel QAT 200xx series support 07/37507/2
authorVladimir Ratnikov <vratnikov@netgate.com>
Mon, 24 Oct 2022 11:11:56 +0000 (11:11 +0000)
committerMatthew Smith <mgsmith@netgate.com>
Mon, 24 Oct 2022 13:22:20 +0000 (13:22 +0000)
Type: feature

Signed-off-by: Vladimir Ratnikov <vratnikov@netgate.com>
Change-Id: I2fd1e321983ac5caa03aac8705dfc596985c35f7

src/plugins/dpdk/device/init.c

index 23a26a4..3f27a07 100644 (file)
@@ -626,7 +626,8 @@ dpdk_bind_devices_to_uio (dpdk_config_main_t * conf)
             d->device_class == PCI_CLASS_PROCESSOR_CO &&
             (d->device_id == 0x0443 || d->device_id == 0x18a1 ||
              d->device_id == 0x19e3 || d->device_id == 0x37c9 ||
-             d->device_id == 0x6f55 || d->device_id == 0x4941))
+             d->device_id == 0x6f55 || d->device_id == 0x18ef ||
+             d->device_id == 0x4941))
       ;
     /* Cisco VIC */
     else if (d->vendor_id == 0x1137 &&