From patchwork Thu Aug 29 08:45:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 58244 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 1A5C41D443; Thu, 29 Aug 2019 10:45:25 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9864C1D42B for ; Thu, 29 Aug 2019 10:45:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2019 01:45:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,442,1559545200"; d="scan'208";a="210466137" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga002.fm.intel.com with ESMTP; 29 Aug 2019 01:45:21 -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:45:15 +0100 Message-Id: <1567068317-1582-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] 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(-)