numam-dpdk/drivers/crypto/qat
Adam Dybkowski efc52855dc common/qat: remove unused fields
This patch removes unused fields from structs qat_qp and
qat_qp_config, together with their initializations.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2020-07-28 22:09:22 +02:00
..
meson.build crypto/qat: support DOCSIS protocol 2020-07-08 18:16:13 +02:00
qat_asym_capabilities.h crypto/qat: support RSA in asym 2019-10-23 16:57:06 +02:00
qat_asym_pmd.c common/qat: remove unused fields 2020-07-28 22:09:22 +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 replace alignment attributes 2020-04-16 18:16:18 +02:00
qat_sym_capabilities.h crypto/qat: support ChaCha20-Poly1305 2020-07-08 18:16:40 +02:00
qat_sym_pmd.c common/qat: remove unused fields 2020-07-28 22:09:22 +02:00
qat_sym_pmd.h common/qat: add multi-process handling of capabilities 2020-07-08 18:16:27 +02:00
qat_sym_session.c crypto/qat: improve DOCSIS session creation 2020-07-18 23:21:52 +02:00
qat_sym_session.h crypto/qat: support DOCSIS protocol 2020-07-08 18:16:13 +02:00
qat_sym.c crypto/qat: fix DOCSIS performance 2020-07-28 22:09:21 +02:00
qat_sym.h crypto/qat: fix DOCSIS performance 2020-07-28 22:09:21 +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.