> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Tuesday, October 1, 2019 4:18 PM
> To: [email protected]; Ananyev, Konstantin <[email protected]>;
> [email protected]
> Cc: Iremonger, Bernard <[email protected]>
> Subject: [PATCH v2 3/3] examples/ipsec-secgw: update pktest.sh script
>
> Drop SGW_CMD_XPRM=l, as default is IPsec library now.
>
> Signed-off-by: Bernard Iremonger <[email protected]>
> ---
> examples/ipsec-secgw/test/pkttest.sh | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/examples/ipsec-secgw/test/pkttest.sh
> b/examples/ipsec-secgw/test/pkttest.sh
> index 04cd96b..7c78de7 100755
> --- a/examples/ipsec-secgw/test/pkttest.sh
> +++ b/examples/ipsec-secgw/test/pkttest.sh
> @@ -18,7 +18,6 @@ fi
> CRYPTO_DEV="--vdev=crypto_null0"
> SGW_PORT_CFG="--vdev=net_tap0,mac=fixed --vdev=net_tap1,mac=fixed"
> SGW_EAL_XPRM="--no-pci"
> -SGW_CMD_XPRM=-l
> SGW_WAIT_DEV="dtap0"
> . ${DIR}/common_defs_secgw.sh
>
> --
Acked-by: Konstantin Ananyev <[email protected]>
Tested-by: Konstantin Ananyev <[email protected]>
> 2.7.4