numam-dpdk/drivers/crypto/qat
Bruce Richardson a8d0d473a0 build: replace use of old build macros
Use the newer macros defined by meson in all DPDK source code, to ensure
there are no errors when the old non-standard macros are removed.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Rosen Xu <rosen.xu@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2020-10-19 22:15:44 +02:00
..
meson.build crypto/qat: support raw datapath API 2020-10-14 22:22:06 +02:00
qat_asym_capabilities.h crypto/qat: support RSA in asym 2019-10-23 16:57:06 +02:00
qat_asym_pmd.c common/qat: remove unused fields 2020-07-28 22:09:22 +02:00
qat_asym_pmd.h common/qat: add multi-process handling of capabilities 2020-07-08 18:16:27 +02:00
qat_asym.c crypto/qat: add multi-process handling of driver ID 2020-07-08 18:16:27 +02:00
qat_asym.h replace alignment attributes 2020-04-16 18:16:18 +02:00
qat_sym_capabilities.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_hw_dp.c crypto/qat: support raw datapath API 2020-10-14 22:22:06 +02:00
qat_sym_pmd.c build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_pmd.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_session.c build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_session.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym.c build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym.h build: replace use of old build macros 2020-10-19 22:15:44 +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.