From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C88ACA2EDB for ; Tue, 1 Oct 2019 17:18:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1311D4CA6; Tue, 1 Oct 2019 17:18:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 389324C9D for ; Tue, 1 Oct 2019 17:18:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2019 08:18:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,571,1559545200"; d="scan'208";a="203262007" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by orsmga002.jf.intel.com with ESMTP; 01 Oct 2019 08:18:06 -0700 From: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com Cc: Bernard Iremonger Date: Tue, 1 Oct 2019 16:17:57 +0100 Message-Id: <1569943080-20228-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1567069173-10505-1-git-send-email-bernard.iremonger@intel.com> References: <1567069173-10505-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v2 0/3] examples/ipsec-secgw: set default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch set, sets the default code path in the ipsec-secgw application to use the librte_ipsec. The *_old test scripts have been modified to use the legacy code path. Changes in v2: ------------- The error messages for the -l option have been updated. The pktest.sh script has been updated to drop the -l option. Bernard Iremonger (3): examples/ipsec-secgw: set default to IPsec library mode examples/ipsec-secgw: add -l 0 parameter to old scripts examples/ipsec-secgw: update pktest.sh script doc/guides/rel_notes/release_19_11.rst | 8 ++++ doc/guides/sample_app_ug/ipsec_secgw.rst | 6 ++- examples/ipsec-secgw/ipsec-secgw.c | 46 ++++++++++++++-------- examples/ipsec-secgw/test/pkttest.sh | 1 - .../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh | 2 +- .../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh | 2 +- .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 2 +- .../test/trs_aesgcm_inline_crypto_old_defs.sh | 2 +- examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh | 2 +- .../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh | 2 +- .../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh | 2 +- .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 2 +- .../test/tun_aesgcm_inline_crypto_old_defs.sh | 2 +- examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh | 2 +- 14 files changed, 52 insertions(+), 29 deletions(-) -- 2.7.4