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 49261D40E for ; Fri, 24 Mar 2017 14:47:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490363233; x=1521899233; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=YIm98toJsAsf09IUknRWz/t272k9mTfH0U/UKt+OpuE=; b=Gxi9L4C/Xm8Szv0hXRJgw0YtR1Mzzy80Wnt3BqAlWWZrITijras9+UVH uswzFFemfO6OSIveqV97wKji9I0ySA==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2017 06:47:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="70300199" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 24 Mar 2017 06:47:10 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.7]) by IRSMSX106.ger.corp.intel.com ([169.254.8.192]) with mapi id 14.03.0248.002; Fri, 24 Mar 2017 13:47:10 +0000 From: "Van Haaren, Harry" To: Jerin Jacob CC: "dev@dpdk.org" , "thomas.monjalon@6wind.com" , "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" , "nipun.gupta@nxp.com" , "santosh.shukla@caviumnetworks.com" Thread-Topic: [dpdk-dev] [PATCH 22/39] app/test: octeontx eventdev unit test infrastructure Thread-Index: AQHSlEPimSE2Q74KQ06BCwfj/2uCU6GibOcggAGzD4CAAACGIA== Date: Fri, 24 Mar 2017 13:47:09 +0000 Message-ID: References: <1488562101-6658-1-git-send-email-jerin.jacob@caviumnetworks.com> <1488562101-6658-23-git-send-email-jerin.jacob@caviumnetworks.com> <20170324134047.dulg44nwrudiejex@localhost.localdomain> In-Reply-To: <20170324134047.dulg44nwrudiejex@localhost.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjNjNmU0ODQtYjcwMy00MTJkLWEzMTItNzYzNTU1NjViMjMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkhwdzZsa21tdUlLSkJOWUJTellUXC9ycG9iaFwveTNMTmswNlpGc2V5WmlBdz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 22/39] app/test: octeontx eventdev unit test infrastructure 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: Fri, 24 Mar 2017 13:47:13 -0000 > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Friday, March 24, 2017 1:41 PM > Subject: Re: [dpdk-dev] [PATCH 22/39] app/test: octeontx eventdev unit te= st infrastructure >=20 > On Thu, Mar 23, 2017 at 11:55:27AM +0000, Van Haaren, Harry wrote: > > > Subject: [dpdk-dev] [PATCH 22/39] app/test: octeontx eventdev unit te= st infrastructure > > > > > > add test setup and teardown routines. > > > > > > Signed-off-by: Jerin Jacob > > >=20 > Hi Harry, >=20 > Thanks for the review. >=20 > > 1) I think the autotest_data.py file needs to be updated to run the tes= t command too, > event/sw example at top of patch > > http://dpdk.org/dev/patchwork/patch/21694/ >=20 > Unlike event/sw, Since this test case has the dependency on specific HW. = I > prefer to not add to common autotest_data.py. Ah yes - good point - Ack-ed again for clarity. > > 2) This requires a rebase against latest head, app/test has moved to te= st/test/. > > I will ignore this app/test to test/test move for the remaining patches= of the series. >=20 > Will fix it v2 Perfect. Acked-by: Harry van Haaren