Re: [dpdk-dev] [PATCH v4 12/13] app/eventdev: add pipeline atq worker functions

2018-01-16 Thread Van Haaren, Harry
> Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 12/13] app/eventdev: add pipeline atq worker > functions > > Signed-off-by: Pavan Nikhilesh Same comments about duplication as 2 patches previous, and this re-uses the previous defines. Acked-by: Harry van Ha

[dpdk-dev] [PATCH v4 12/13] app/eventdev: add pipeline atq worker functions

2018-01-12 Thread Pavan Nikhilesh
Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_pipeline_atq.c | 281 +- 1 file changed, 280 insertions(+), 1 deletion(-) diff --git a/app/test-eventdev/test_pipeline_atq.c b/app/test-eventdev/test_pipeline_atq.c index 6c9ac6119..f4cfd3cc7 100644 --- a/