[v2,3/3] examples/ipsec-secgw: update pktest.sh script

Message ID 1569943080-20228-4-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series examples/ipsec-secgw: set default |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Iremonger, Bernard Oct. 1, 2019, 3:18 p.m. UTC
  Drop SGW_CMD_XPRM=l, as default is IPsec library now.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 examples/ipsec-secgw/test/pkttest.sh | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Ananyev, Konstantin Oct. 1, 2019, 5:29 p.m. UTC | #1
> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Tuesday, October 1, 2019 4:18 PM
> To: dev@dpdk.org; Ananyev, Konstantin <konstantin.ananyev@intel.com>; akhil.goyal@nxp.com
> Cc: Iremonger, Bernard <bernard.iremonger@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.iremonger@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.ananyev@intel.com>
Tested-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.7.4
  
Radu Nicolau Oct. 14, 2019, 1:56 p.m. UTC | #2
On 10/1/2019 4:18 PM, Bernard Iremonger wrote:
> Drop SGW_CMD_XPRM=l, as default is IPsec library now.
>
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> ---

Acked-by: Radu Nicolau <radu.nicolau@intel.com 
<mailto:radu.nicolau@intel.com>>
  

Patch

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