From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Van Haaren, Harry" Subject: Re: [PATCH 00/33] introduce generic eventdev test application framework Date: Fri, 23 Jun 2017 12:21:08 +0000 Message-ID: References: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" , "gprathyusha@caviumnetworks.com" To: Jerin Jacob , "dev@dpdk.org" Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AF78E292D for ; Fri, 23 Jun 2017 14:21:13 +0200 (CEST) In-Reply-To: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Sunday, May 28, 2017 8:58 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Van Haaren, Harry > ; hemant.agrawal@nxp.com; Eads, Gage ; > nipun.gupta@nxp.com; Vangati, Narender ; Rao,= Nikhil > ; gprathyusha@caviumnetworks.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH 00/33] introduce generic eventdev test applica= tion framework >=20 > The dpdk-test-eventdev tool is a Data Plane Development Kit (DPDK) > application that allows exercising various eventdev use cases. This > application has a generic framework to add new eventdev based test cases > to verify functionality and measure the performance parameters of DPDK > eventdev devices. >=20 > This patch set adds the infrastructure for the generic eventdev test case= s > framework with four test cases. >=20 > 1)perf_queue: test to measure the throughput and forward latency of event= dev > pipeline on different PMDs > 2)perf_atq: functionally same as perf_queue. But using "all type queues" > eventdev infrastructure > 3)order_queue: test to verify the ingress event ordering and atomic > schedule type > 4)order_atq: functionally same as order_queue. But using "all types queue= s" > eventdev infrastructure. >=20 > The tests are verified using both HW(OCTEONTX) and SW eventdev PMDs. >=20 > We need minor changes in the API specification to run this test cases on = HW PMD. > I will send those patches separately. >=20 > Since "all type queues" is not currently supported in SW implementation. > "All types queue" based tests returns "unsupported" on SW PMD. >=20 > Added detailed documentation for test operation and usage with diagrams i= n the > last five patches in the series. >=20 > /Jerin Nice work here - and a good idea to ensure standard tests can be performed = against all PMDs. I'll reply to a few patchset with particulars, in general this looks good t= o me. -Harry