af668035f7
The rte_cryptodev_pmd.* files are for drivers only and should be private to DPDK, and not installed for app use. Signed-off-by: Akhil Goyal <gakhil@marvell.com> Acked-by: Matan Azrad <matan@nvidia.com> Acked-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> |
||
---|---|---|
.. | ||
meson.build | ||
qat_asym_capabilities.h | ||
qat_asym_pmd.c | ||
qat_asym_pmd.h | ||
qat_asym.c | ||
qat_asym.h | ||
qat_sym_capabilities.h | ||
qat_sym_hw_dp.c | ||
qat_sym_pmd.c | ||
qat_sym_pmd.h | ||
qat_sym_session.c | ||
qat_sym_session.h | ||
qat_sym.c | ||
qat_sym.h | ||
README |
# 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.