examples/ipsec-secgw: enable CPU crypto fallback
[dpdk.git] / examples / ipsec-secgw / test / tun_aesgcm_inline_crypto_fallback_defs.sh
1 #! /bin/bash
2 # SPDX-License-Identifier: BSD-3-Clause
3
4 . ${DIR}/tun_aesgcm_defs.sh
5
6 if [[ -z "${CRYPTO_FLBK_TYPE}" ]]; then
7         CRYPTO_FLBK_TYPE="fallback lookaside-none"
8 fi
9
10 SGW_CFG_XPRM_IN="port_id 0 type inline-crypto-offload ${CRYPTO_FLBK_TYPE}"