From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CCFA491B6 for ; Wed, 7 Sep 2016 20:13:37 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Sep 2016 11:13:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="1026449228" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 07 Sep 2016 11:13:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by irsmsx105.ger.corp.intel.com ([169.254.7.102]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 19:13:35 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" Thread-Topic: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: add configuration file support Thread-Index: AQHR/U1ChvidMdLl/02wH2HiIYZPb6BubBOQ Date: Wed, 7 Sep 2016 18:13:34 +0000 Message-ID: References: <1471862953-8951-1-git-send-email-roy.fan.zhang@intel.com> <1471963609-56953-1-git-send-email-roy.fan.zhang@intel.com> <1471963609-56953-2-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1471963609-56953-2-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWUxNTczODItYWM3ZS00ZDkxLWE4Y2EtMDNiNTFjMmM5NDM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImRqOWdnclwvZklHVHlmMXJRY0swK0piajF4bGdTZFFyRGxZSWF3Rmd1SGpFPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: add configuration file support 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: Wed, 07 Sep 2016 18:13:38 -0000 Hi Fan, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Tuesday, August 23, 2016 7:47 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio > Subject: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: add configuratio= n > file support >=20 > This patch adds the configuration file support to ipsec_secgw > sample application. Instead of hard-coded rules, the users can > specify their own SP, SA, and routing rules in the configuration > file. An command line option "-f" is added to pass the > configuration file location to the application. >=20 > Configuration item formats: >=20 > SP rule format: > sp esp \ > >=20 > SA rule format: > sa \ > >=20 > Routing rule format: > rt >=20 > Signed-off-by: Fan Zhang This probably deserves an update in release notes doc. Thanks, Pablo