From patchwork Thu Aug 29 08:59:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 58247 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4957F1D40D; Thu, 29 Aug 2019 10:59:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8ECA91D17E for ; Thu, 29 Aug 2019 10:59:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2019 01:59:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,442,1559545200"; d="scan'208";a="380705089" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga005.fm.intel.com with ESMTP; 29 Aug 2019 01:59:37 -0700 From: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com Cc: Bernard Iremonger Date: Thu, 29 Aug 2019 09:59:31 +0100 Message-Id: <1567069173-10505-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] 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 patch Bernard Iremonger (2): examples/ipsec-secgw: set default to IPsec library mode examples/ipsec-secgw: add -l 0 parameter to old scripts doc/guides/rel_notes/release_19_11.rst | 8 ++++ doc/guides/sample_app_ug/ipsec_secgw.rst | 6 ++- examples/ipsec-secgw/ipsec-secgw.c | 44 ++++++++++++++-------- .../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 +- 13 files changed, 50 insertions(+), 28 deletions(-)