[dpdk-dev] [PATCH v2 3/3] examples/ipsec-secgw: update pktest.sh script
Bernard Iremonger
bernard.iremonger at intel.com
Tue Oct 1 17:18:00 CEST 2019
Drop SGW_CMD_XPRM=l, as default is IPsec library now.
Signed-off-by: Bernard Iremonger <bernard.iremonger at 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
--
2.7.4
More information about the dev
mailing list