Re: [dpdk-dev] [PATCH v4 11/13] app/eventdev: add pipeline atq test

2018-01-16 Thread Van Haaren, Harry
> Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 11/13] app/eventdev: add pipeline atq test > > This is a pipeline test case that aims at testing the following with > ``all types queue`` eventdev scheme. > 1. Measure the end-to-end performance of an event dev with

[dpdk-dev] [PATCH v4 11/13] app/eventdev: add pipeline atq test

2018-01-12 Thread Pavan Nikhilesh
This is a pipeline test case that aims at testing the following with ``all types queue`` eventdev scheme. 1. Measure the end-to-end performance of an event dev with a ethernet dev. 2. Maintain packet ordering from Rx to Tx. The atq queue test functions as same as ``pipeline_queue`` test. The diffe