From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 33CF36936 for ; Fri, 23 Sep 2016 09:53:12 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 23 Sep 2016 00:53:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="12439444" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.30]) ([10.237.221.30]) by fmsmga005.fm.intel.com with ESMTP; 23 Sep 2016 00:53:01 -0700 To: Fan Zhang , dev@dpdk.org 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> From: Sergio Gonzalez Monroy Message-ID: Date: Fri, 23 Sep 2016 08:53:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1474459519-134894-3-git-send-email-roy.fan.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 07:53:12 -0000 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 > Acked-by: Sergio Gonzalez Monroy