f-stack/dpdk/drivers/crypto/qat
fengbojiang 4b05018ffe DPDK: update to 18.11.5. 2019-11-23 16:13:38 +08:00
..
README Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
meson.build Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
qat_sym.c DPDK: update to 18.11.5. 2019-11-23 16:13:38 +08:00
qat_sym.h Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
qat_sym_capabilities.h Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
qat_sym_pmd.c Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
qat_sym_pmd.h Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +08:00
qat_sym_session.c DPDK:upgrade to 18.11.2 (LTS) 2019-06-26 18:17:41 +08:00
qat_sym_session.h Reupgrade DPDK to 18.11. 2019-06-25 19:12:58 +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.