net/dpaa2: remove port level buffer layout definition
[dpdk.git] / drivers / crypto / qat / rte_qat_cryptodev.c
index 06b85aa..1bdd30d 100644 (file)
@@ -88,6 +88,9 @@ static const struct rte_pci_id pci_id_qat_map[] = {
                {
                        RTE_PCI_DEVICE(0x8086, 0x19e3),
                },
+               {
+                       RTE_PCI_DEVICE(0x8086, 0x6f55),
+               },
                {.device_id = 0},
 };
 
@@ -122,6 +125,7 @@ crypto_qat_dev_init(__attribute__((unused)) struct rte_cryptodev_driver *crypto_
                break;
        case 0x37c9:
        case 0x19e3:
+       case 0x6f55:
                internals->qat_dev_capabilities = qat_cpm17_capabilities;
                break;
        default: