This patch removes the crypto/zuc folder and gathers all zuc PMD implementation specific details into two files, pmd_zuc.c and pmd_zuc_priv.h in the crypto/ipsec_mb folder. Signed-off-by: Piotr Bronowski <piotrx.bronowski@intel.com> Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
29 lines
512 B
Meson
29 lines
512 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
if is_windows
|
|
subdir_done()
|
|
endif
|
|
|
|
drivers = [
|
|
'armv8',
|
|
'bcmfs',
|
|
'caam_jr',
|
|
'ccp',
|
|
'cnxk',
|
|
'dpaa_sec',
|
|
'dpaa2_sec',
|
|
'ipsec_mb',
|
|
'mlx5',
|
|
'mvsam',
|
|
'nitrox',
|
|
'null',
|
|
'octeontx',
|
|
'octeontx2',
|
|
'openssl',
|
|
'scheduler',
|
|
'virtio',
|
|
]
|
|
|
|
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
|