numam-dpdk/drivers/crypto/qat
Fiona Trahe 944027acd4 common/qat: add scatter-gather header
This patch refactors the sgl struct so it includes a flexible
array of flat buffers as sym and compress PMDs can have
different size sgls.

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
2018-07-25 08:19:54 +02:00
..
meson.build compress/qat: add empty driver 2018-07-24 01:48:10 +02:00
qat_sym_capabilities.h crypto/qat: support 8-byte 3DES 2018-07-24 01:48:10 +02:00
qat_sym_pmd.c cryptodev: rename PMD symmetric session API 2018-07-11 03:57:24 +02:00
qat_sym_pmd.h cryptodev: remove max number of sessions parameter 2018-07-11 03:57:24 +02:00
qat_sym_session.c crypto/qat: support 8-byte 3DES 2018-07-24 01:48:10 +02:00
qat_sym_session.h crypto/qat: support 8-byte 3DES 2018-07-24 01:48:10 +02:00
qat_sym.c common/qat: add scatter-gather header 2018-07-25 08:19:54 +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.