From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 00/34] introduce generic eventdev test application framework Date: Fri, 7 Jul 2017 11:18:47 +0530 Message-ID: <20170707054846.GA24520@jerin> References: <20170703191402.3638-1-jerin.jacob@caviumnetworks.com> <20170704045329.24711-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: harry.van.haaren@intel.com, bruce.richardson@intel.com, hemant.agrawal@nxp.com, gage.eads@intel.com, nipun.gupta@nxp.com, narender.vangati@intel.com, nikhil.rao@intel.com, gprathyusha@caviumnetworks.com To: dev@dpdk.org Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0049.outbound.protection.outlook.com [104.47.41.49]) by dpdk.org (Postfix) with ESMTP id 5A38A235 for ; Fri, 7 Jul 2017 07:49:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170704045329.24711-1-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 4 Jul 2017 10:22:55 +0530 > From: Jerin Jacob > To: dev@dpdk.org > Cc: harry.van.haaren@intel.com, bruce.richardson@intel.com, > hemant.agrawal@nxp.com, gage.eads@intel.com, nipun.gupta@nxp.com, > narender.vangati@intel.com, nikhil.rao@intel.com, > gprathyusha@caviumnetworks.com, Jerin Jacob > > Subject: [dpdk-dev] [PATCH v3 00/34] introduce generic eventdev test > application framework > X-Mailer: git-send-email 2.13.2 > > 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. > > This patch set adds the infrastructure for the generic eventdev test cases > framework with four test cases. > > 1)perf_queue: test to measure the throughput and forward latency of eventdev > 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 queues" > eventdev infrastructure. > > The tests are verified using both HW(OCTEONTX) and SW eventdev PMDs. > > We need minor changes in the API specification to run this test cases on HW PMD. > I will send those patches separately. > > Since "all type queues" is not currently supported in SW implementation. > "All types queue" based tests returns "unsupported" on SW PMD. > > Added detailed documentation for test operation and usage with diagrams in the > last five patches in the series. Series applied to dpdk-next-eventdev/master. Thanks.