From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 336076CA4 for ; Sat, 24 Sep 2016 00:51:39 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 23 Sep 2016 15:51:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,384,1470726000"; d="scan'208";a="1044904740" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 23 Sep 2016 15:51:37 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Fri, 23 Sep 2016 23:51:36 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v8 2/2] examples/ipsec-secgw: add sample configuration files Thread-Index: AQHSFW+SMHC8iTFNJ0u5DRTTSyc/eaCHryfA Date: Fri, 23 Sep 2016 22:51:36 +0000 Message-ID: References: <1471862953-8951-1-git-send-email-roy.fan.zhang@intel.com> <1474459519-134894-1-git-send-email-roy.fan.zhang@intel.com> <1474459519-134894-3-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQ5MGQ0MTktMjUxNC00YzdkLWIwMmItODgxZGRkYzhjNzUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllUaCtTM0VaZlpCMzMzN2VtTTlDMUs2Q0N3aWJJd1h6VTAwZzJMa1BnYk09In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 2/2] examples/ipsec-secgw: add sample configuration files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 22:51:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Friday, September 23, 2016 12:53 AM > To: Zhang, Roy Fan; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 2/2] examples/ipsec-secgw: add sample > configuration files >=20 > On 21/09/2016 13:05, Fan Zhang wrote: > > This patch adds two sample configuration files to ipsec-secgw sample > > application. The sample configuration files shows how to setup > > back-to-back systems that would forward traffic through an IPsec > > tunnel. > > > > Signed-off-by: Fan Zhang > > --- > > examples/ipsec-secgw/ep0.cfg | 160 > +++++++++++++++++++++++++++++++++++++++++++ > > examples/ipsec-secgw/ep1.cfg | 160 > +++++++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 320 insertions(+) > > create mode 100644 examples/ipsec-secgw/ep0.cfg > > create mode 100644 examples/ipsec-secgw/ep1.cfg > > >=20 > Acked-by: Sergio Gonzalez Monroy Applied to dpdk-next-crypto. Thanks, Pablo