]> git.droids-corp.org - dpdk.git/commit
crypto/qat: add gen-specific implementation
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 4 Nov 2021 10:34:57 +0000 (10:34 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 4 Nov 2021 18:46:27 +0000 (19:46 +0100)
commit0c4546de453f733ea319982067ab019526a78955
tree939bee5441c78c38946e6fdff16e5f3ef1ac5031
parentb6c82d2d0b1076e83f05908f8a7ea4109f7f3993
crypto/qat: add gen-specific implementation

This patch replaces the mixed QAT symmetric and asymmetric
support implementation by separate files with shared or
individual implementation for specific QAT generation.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Signed-off-by: Kai Ji <kai.ji@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
drivers/common/qat/meson.build
drivers/crypto/qat/dev/qat_asym_pmd_gen1.c [new file with mode: 0644]
drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c [new file with mode: 0644]
drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c [new file with mode: 0644]
drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c [new file with mode: 0644]
drivers/crypto/qat/dev/qat_crypto_pmd_gens.h [new file with mode: 0644]
drivers/crypto/qat/dev/qat_sym_pmd_gen1.c [new file with mode: 0644]
drivers/crypto/qat/qat_crypto.h