f-stack/dpdk/drivers/crypto/qat
用jfb8856606 5aafc90883 DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
..
README Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
meson.build DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_asym.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_asym.h DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00
qat_asym_capabilities.h DPDK: upgrade to DPDK 19.11.2(LTS). 2020-06-18 16:55:50 +00:00
qat_asym_pmd.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_asym_pmd.h DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym.h DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00
qat_sym_capabilities.h DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00
qat_sym_hw_dp.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym_pmd.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym_pmd.h DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym_session.c DPDK: upgrade to dpdk-20.11.6. 2022-09-02 04:40:05 +00:00
qat_sym_session.h DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00

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.