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 61368A2EDB for ; Wed, 2 Oct 2019 11:11:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40B511B94A; Wed, 2 Oct 2019 11:11:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EABFB1B948 for ; Wed, 2 Oct 2019 11:11:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2019 02:11:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,573,1559545200"; d="scan'208";a="194816733" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 02 Oct 2019 02:11:39 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX104.ger.corp.intel.com ([169.254.5.103]) with mapi id 14.03.0439.000; Wed, 2 Oct 2019 10:11:27 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2 0/3] examples/ipsec-secgw: set default Thread-Index: AQHVeGt1PghzvMyi1UGof2wAAdzVAqdGCrQAgADzGgCAABP0YA== Date: Wed, 2 Oct 2019 09:11:27 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258019196FBA5@irsmsx105.ger.corp.intel.com> References: <1567069173-10505-1-git-send-email-bernard.iremonger@intel.com> <1569943080-20228-1-git-send-email-bernard.iremonger@intel.com> <2601191342CEEE43887BDE71AB977258019196F5A6@irsmsx105.ger.corp.intel.com> <8CEF83825BEC744B83065625E567D7C260E009EE@IRSMSX108.ger.corp.intel.com> In-Reply-To: <8CEF83825BEC744B83065625E567D7C260E009EE@IRSMSX108.ger.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjcxY2RkOTQtMzkzYS00NTQ1LWE5ZGEtOTAwNTBjNjNlY2EwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYUdSVWVpcFFic3RwalVZbE8xbTBDM2NFdUxBRXUxVU9lUUhNdDQ0c0RcL1NCa0FLcGFqUklmOGx1XC9tN2RET0g3In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, October 2, 2019 10:00 AM > To: Ananyev, Konstantin ; dev@dpdk.org; akh= il.goyal@nxp.com > Subject: RE: [PATCH v2 0/3] examples/ipsec-secgw: set default >=20 > Hi Konstantin, >=20 > > -----Original Message----- > > From: Ananyev, Konstantin > > Sent: Tuesday, October 1, 2019 6:31 PM > > To: Iremonger, Bernard ; dev@dpdk.org; > > akhil.goyal@nxp.com > > Subject: RE: [PATCH v2 0/3] examples/ipsec-secgw: set default > > > > > > Hi Bernard, > > > > > > > > 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. > > > > The patches looks good to me. > > Just one thing - shouldn't we also update the docs (AG for ipsec-secgw)= ? > > Konstantin >=20 > The 19.11 release notes and the sample application guide for ipsec-secgw = have been updated. > The updates are in the first patch (0001) with ipsec-secgw.c updates. Ah, ok sorry for the noise then :) Konstantin >=20 >=20 > > > 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 >=20 > Regards, >=20 > Bernard.