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 A3D28A2F18 for ; Thu, 3 Oct 2019 10:55:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B24581C026; Thu, 3 Oct 2019 10:55:16 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 732791C025 for ; Thu, 3 Oct 2019 10:55:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2019 01:55:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,251,1566889200"; d="scan'208";a="275647006" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 03 Oct 2019 01:55:14 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 3 Oct 2019 01:55:13 -0700 Received: from hasmsx111.ger.corp.intel.com (10.184.198.39) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 3 Oct 2019 01:55:13 -0700 Received: from hasmsx107.ger.corp.intel.com ([169.254.2.239]) by HASMSX111.ger.corp.intel.com ([169.254.5.90]) with mapi id 14.03.0439.000; Thu, 3 Oct 2019 11:55:11 +0300 From: "Smoczynski, MarcinX" To: Akhil Goyal , "Ananyev, Konstantin" , "Iremonger, Bernard" CC: "dev@dpdk.org" Thread-Topic: [PATCH] examples/ipsec-secgw: update pkttest requirements Thread-Index: AQHVeP5y15LQyaVceUy6Q0phq25x86dG2XGAgAGLv4CAADaEAA== Date: Thu, 3 Oct 2019 08:55:10 +0000 Message-ID: <2F25558C1648FA498380EAC12A861262172E692E@hasmsx107.ger.corp.intel.com> References: <20191002085016.10520-1-marcinx.smoczynski@intel.com> <2601191342CEEE43887BDE71AB977258019196FB7E@irsmsx105.ger.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjRkMWZjODgtN2U3Ni00NzlkLWIyMDQtMTNjM2IzMjg1YzlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVnIzS1U0dTBqYngyM01MY1V4QjZqY0I2N2trRG1xem4xT3BtREhiVTR5XC81S1RKNklFZlJHNUNDOUt0VlwvVGV6In0= x-originating-ip: [10.184.70.11] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: update pkttest requirements 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" I've used 2.4.3rc1 in the first place because 2.4.2 which was the latest version at that time had a bug which made it unable to install. 2.4.3rc1 worked fine. 2.4.3 has been released recently so we are moving from pre-release RC to stable version. Thanks to ">=3D" in the requirement we won't need to update it in the future. > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Thursday, October 3, 2019 10:30 AM > To: Ananyev, Konstantin ; Smoczynski, > MarcinX ; Iremonger, Bernard > > Cc: dev@dpdk.org > Subject: RE: [PATCH] examples/ipsec-secgw: update pkttest requirements >=20 > > > > > > Update Scapy version requirement from 2.4.3rc1 to 2.4.3, which has > > > been used because 2.4.2 had a bug which made this version unable to > install. >=20 > Is this 2.4.2 or 2.4.3?? >=20 > > > Accept future versions of Scapy too. > > > > > > Signed-off-by: Marcin Smoczynski > > > > Acked-by: Konstantin Ananyev > >