Re: [dpdk-dev] [PATCH 02/13] examples/eventdev: move common data into pipeline common

2017-12-12 Thread Pavan Nikhilesh Bhagavatula
On Mon, Dec 11, 2017 at 04:15:48PM +, Eads, Gage wrote: > Hi Pavan, > > > > > @@ -2,6 +2,7 @@ > > * BSD LICENSE > > * > > * Copyright(c) 2016-2017 Intel Corporation. All rights reserved. > > + * Copyright 2016 Cavium, Inc. > > Should this be 2017? Same for the copyright dates in pi

Re: [dpdk-dev] [PATCH 02/13] examples/eventdev: move common data into pipeline common

2017-12-11 Thread Eads, Gage
Hi Pavan, > @@ -2,6 +2,7 @@ > * BSD LICENSE > * > * Copyright(c) 2016-2017 Intel Corporation. All rights reserved. > + * Copyright 2016 Cavium, Inc. Should this be 2017? Same for the copyright dates in pipeline_common.h.

[dpdk-dev] [PATCH 02/13] examples/eventdev: move common data into pipeline common

2017-12-07 Thread Pavan Nikhilesh
Move common structures and functions into pipeline_common.h so that they can be used by different kinds of pipelines. Signed-off-by: Pavan Nikhilesh --- examples/eventdev_pipeline_sw_pmd/main.c | 77 +-- .../eventdev_pipeline_sw_pmd/pipeline_common.h | 109