> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Tuesday, October 1, 2019 4:18 PM
> To: dev@dpdk.org; Ananyev, Konstantin <konstantin.anan...@intel.com>;
> akhil.go...@nxp.com
> Cc: Iremonger, Bernard <bernard.iremon...@intel.com>
> 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 <bernard.iremon...@intel.com>
> ---
> 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 <konstantin.anan...@intel.com>
Tested-by: Konstantin Ananyev <konstantin.anan...@intel.com>
> 2.7.4