f901d9c826
Introduce helper functions to process completed crypto-ops and group related packets by sessions they belong to. Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
11 lines
271 B
Meson
11 lines
271 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
|
|
sources=files('sa.c', 'ses.c')
|
|
|
|
install_headers = files('rte_ipsec.h', 'rte_ipsec_group.h', 'rte_ipsec_sa.h')
|
|
|
|
deps += ['mbuf', 'net', 'cryptodev', 'security']
|