From: Adam Dybkowski Date: Mon, 13 Jul 2020 11:25:17 +0000 (+0200) Subject: compress/qat: revert change in GEN3 marketing name X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=cb440babbd45a80c059f8bc80e87c48d09086fd7 compress/qat: revert change in GEN3 marketing name The patch reverts the commit that updated Intel QuickAssist GEN3 marketing name. The change was not backported and has to be withdrawn. This reverts commit 9cd9d3e702fba4700539c1a2eddac13dd14ecf70 Signed-off-by: Adam Dybkowski Acked-by: Fiona Trahe --- diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 7f4036c321..931a18f9aa 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -23,7 +23,7 @@ poll mode crypto driver support for the following hardware accelerator devices: * ``Intel QuickAssist Technology C62x`` * ``Intel QuickAssist Technology C3xxx`` * ``Intel QuickAssist Technology D15xx`` -* ``Intel QuickAssist Technology P5xxx`` +* ``Intel QuickAssist Technology C4xxx`` Features @@ -163,7 +163,7 @@ poll mode crypto driver support for the following hardware accelerator devices: * ``Intel QuickAssist Technology C62x`` * ``Intel QuickAssist Technology C3xxx`` * ``Intel QuickAssist Technology D15xx`` -* ``Intel QuickAssist Technology P5xxx`` +* ``Intel QuickAssist Technology C4xxx`` The QAT ASYM PMD has support for: @@ -393,7 +393,7 @@ to see the full table) +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ | Yes | No | No | 2 | D15xx | p | qat_d15xx | d15xx | 6f54 | 1 | 6f55 | 16 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ - | Yes | No | No | 3 | P5xxx | p | qat_p5xxx | p5xxx | 18a0 | 1 | 18a1 | 128 | + | Yes | No | No | 3 | C4xxx | p | qat_c4xxx | c4xxx | 18a0 | 1 | 18a1 | 128 | +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+ * Note: Symmetric mixed crypto algorithms feature on Gen 2 works only with 01.org driver version 4.9.0+ diff --git a/drivers/compress/qat/qat_comp_pmd.c b/drivers/compress/qat/qat_comp_pmd.c index 034abad583..73e23c0184 100644 --- a/drivers/compress/qat/qat_comp_pmd.c +++ b/drivers/compress/qat/qat_comp_pmd.c @@ -658,7 +658,7 @@ qat_comp_dev_create(struct qat_pci_device *qat_pci_dev, struct qat_device_info *qat_dev_instance = &qat_pci_devs[qat_pci_dev->qat_dev_id]; if (qat_pci_dev->qat_dev_gen == QAT_GEN3) { - QAT_LOG(ERR, "Compression PMD not supported on QAT P5xxx"); + QAT_LOG(ERR, "Compression PMD not supported on QAT c4xxx"); return 0; }