f-stack/dpdk/drivers/crypto/qat
jfb8856606 8850115bd8 DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
..
README DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
meson.build DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym_capabilities.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym_pmd.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym_pmd.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym_session.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
qat_sym_session.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +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.