]> git.droids-corp.org - dpdk.git/commit
crypto/qat: unify asymmetric functions
authorKai Ji <kai.ji@intel.com>
Wed, 23 Feb 2022 00:50:03 +0000 (08:50 +0800)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 23 Feb 2022 08:59:16 +0000 (09:59 +0100)
commit2becec6bee4f29b9ac38274a9a7189003ba3ab6f
tree6b025df296ab475843d0ceabf471486c9bfceb42
parente0a6761022bd368e114fdea27809391ef0ad2c41
crypto/qat: unify asymmetric functions

This patch removes qat_asym_pmd.c and integrates all the
functions into qat_asym.c. The unified/integrated asym crypto
pmd functions should make them easier to maintain.

Signed-off-by: Kai Ji <kai.ji@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
drivers/common/qat/meson.build
drivers/crypto/qat/qat_asym.c
drivers/crypto/qat/qat_asym_pmd.c [deleted file]
drivers/crypto/qat/qat_asym_pmd.h [deleted file]