944027acd4
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> |
||
---|---|---|
.. | ||
meson.build | ||
qat_sym_capabilities.h | ||
qat_sym_pmd.c | ||
qat_sym_pmd.h | ||
qat_sym_session.c | ||
qat_sym_session.h | ||
qat_sym.c | ||
qat_sym.h | ||
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.