numam-dpdk/drivers/crypto/qat
Fiona Trahe 1f5e4053f9 common/qat: support GEN3 devices
This adds pci detection, queue-pair configuration and
documentation for Intel GEN3 QuickAssist devices.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
2018-10-17 12:23:40 +02:00
..
meson.build compress/qat: add empty driver 2018-07-24 01:48:10 +02:00
qat_sym_capabilities.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym_pmd.c common/qat: support GEN3 devices 2018-10-17 12:23:40 +02:00
qat_sym_pmd.h crypto/qat: fix typo 2018-08-30 05:10:50 +02:00
qat_sym_session.c crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym_session.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym.c common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
qat_sym.h common/qat: add scatter-gather header 2018-07-25 08:19:54 +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.