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 CA72EA0613 for ; Tue, 24 Sep 2019 14:47:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 94D142BEA; Tue, 24 Sep 2019 14:47:57 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1F1972BE9 for ; Tue, 24 Sep 2019 14:47:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 05:47:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,544,1559545200"; d="scan'208";a="363984083" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 24 Sep 2019 05:47:53 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX107.ger.corp.intel.com ([169.254.10.7]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 13:47:53 +0100 From: "Ananyev, Konstantin" To: "Drost, MariuszX" , "Nicolau, Radu" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , Lukasz Bartosik Thread-Topic: [PATCH v2 2/2] examples/ipsec-secgw: tests for split SAD Thread-Index: AQHVcsP5oX2ThIqJlEORyEZGYCcxvac6xpeA Date: Tue, 24 Sep 2019 12:47:53 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580191969A47@irsmsx105.ger.corp.intel.com> References: <20190905123523.172-1-mariuszx.drost@intel.com> <20190924103539.12052-1-mariuszx.drost@intel.com> <20190924103539.12052-3-mariuszx.drost@intel.com> In-Reply-To: <20190924103539.12052-3-mariuszx.drost@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjk5NWRhYTMtMTQ3ZC00ODZkLWEzZTQtNDcyYzc3M2ZmYTBmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoid0FKR3BMczFqdml0ejRXQWpJdlU3a2FiNkxkVStaSnNRcVhwQlRBOW5mTldWSDd5bXJ5TWRPazRYY2lydk93QSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v2 2/2] examples/ipsec-secgw: tests for split SAD 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" >=20 > Test scripts updated to reflect change of SAD (split into IPv4 SAD > and IPv6 SAD). New parameter added to run_test.sh for performing tests > with mixed IP version, eg. IPv4 ipsec tunnel with IPv6 traffic. >=20 > Bugzilla ID: 239 > Fixes: 5a032a71c6d3 ("examples/ipsec-secgw: make app to use IPsec library= ") >=20 > Reported-by: Lukasz Bartosik > Signed-off-by: Mariusz Drost > --- Acked-by: Konstantin Ananyev Tested-by: Konstantin Ananyev > 2.17.1