From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4C7EF1AEF3 for ; Mon, 18 Sep 2017 15:50:01 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 06:49:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="1220313043" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 18 Sep 2017 06:49:57 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 18 Sep 2017 14:49:56 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.28]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 14:49:56 +0100 From: "Jastrzebski, MichalX K" To: Thomas Monjalon , "Piasecki, JacekX" CC: "dev@dpdk.org" , "Richardson, Bruce" , "Jain, Deepak K" , "Kozak, KubaX" Thread-Topic: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test Thread-Index: AQHS+X3v23HQxDlnT0Orb45gZoOqUqKkvUMAgBGTv4CABMTrYA== Date: Mon, 18 Sep 2017 13:49:56 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213C3C631@IRSMSX109.ger.corp.intel.com> References: <1498560760-104196-2-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-6-git-send-email-jacekx.piasecki@intel.com> <20170904093054.GA16356@bricha3-MOBL3.ger.corp.intel.com> <5174166.rv1YRDymQV@xps> In-Reply-To: <5174166.rv1YRDymQV@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWU0ZmFkZWMtMWZiZC00ODY2LWFiZDUtMGZiNTcxNDBkOTk5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InRwZGRRRDMyV2VlNkRPTCt1Ylg0NEVUWUdsR2xWeEJ2cjZLVm85cEFrMFU9In0= 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 v4 5/5] test/cfgfile: add new unit test 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: , X-List-Received-Date: Mon, 18 Sep 2017 13:50:01 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, September 15, 2017 3:56 PM > To: Piasecki, JacekX > Cc: dev@dpdk.org; Richardson, Bruce ; Jain, > Deepak K ; Kozak, KubaX > ; Jastrzebski, MichalX K > > Subject: Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test >=20 > 04/09/2017 11:30, Bruce Richardson: > > This file is a temporary one, so: > > a) should be placed in /tmp > > b) should be removed at the end of the test. >=20 > Jacek, do you plan to update this series in 17.11 timeframe? Hi Thomas, yes we plan to update the series. V5 should be sent tomorrow.