c9030ae382
Adding a new field, ff_disable, to allow applications to control the features enabled on the crypto device. This would allow for efficient usage of HW/SW offloads. Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
13 lines
331 B
Meson
13 lines
331 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
|
|
|
version = 8
|
|
allow_experimental_apis = true
|
|
sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
|
|
headers = files('rte_cryptodev.h',
|
|
'rte_cryptodev_pmd.h',
|
|
'rte_crypto.h',
|
|
'rte_crypto_sym.h',
|
|
'rte_crypto_asym.h')
|
|
deps += ['kvargs', 'mbuf']
|