numam-dpdk/drivers/crypto/qat
Hemant Agrawal 10488d59ae cryptodev: rename field in vector struct
This patch renames the sgl to src_sgl in struct rte_crypto_sym_vec
to help differentiating between source and destination sgl.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2021-10-17 19:31:15 +02:00
..
meson.build build: fix formatting of Meson lists 2021-05-04 15:01:47 +02:00
qat_asym_capabilities.h crypto/qat: support RSA in asym 2019-10-23 16:57:06 +02:00
qat_asym_pmd.c cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_asym_pmd.h common/qat: add multi-process handling of capabilities 2020-07-08 18:16:27 +02:00
qat_asym.c crypto/qat: add multi-process handling of driver ID 2020-07-08 18:16:27 +02:00
qat_asym.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym_capabilities.h crypto/qat: support GMAC in GEN4 legacy mode 2021-07-20 10:32:05 +02:00
qat_sym_hw_dp.c cryptodev: rename field in vector struct 2021-10-17 19:31:15 +02:00
qat_sym_pmd.c cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym_pmd.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_session.c crypto/qat: support GMAC in GEN4 legacy mode 2021-07-20 10:32:05 +02:00
qat_sym_session.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym.c crypto/qat: add AES-GCM in UCS-SPC mode 2021-07-20 10:32:05 +02:00
qat_sym.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
README crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2015-2018 Intel Corporation

Makefile for crypto QAT PMD is in common/qat directory.
The build for the QAT driver is done from there as only one library is built for the
whole QAT pci device and that library includes all the services (crypto, compression)
which are enabled on the device.