[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Panu Matilainen
t;> christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com >> Subject: Re: [dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list >> truncation >> >> On 06/21/2016 01:31 PM, Bruce Richardson wrote: >>> On Tue, Jun 21, 2016 at 01:25:52PM +0300, Pan

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Panu Matilainen
at dpdk.org] On Behalf Of Panu Matilainen >>>> Sent: Tuesday, June 21, 2016 9:12 AM >>>> To: dev at dpdk.org >>>> Cc: christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com >>>> Subject: [dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline depen

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Panu Matilainen
al.com; thomas.monjalon at 6wind.com >> Subject: [dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list >> truncation >> >> In other libraries, dependency list is always appended to, but >> in commit 6cbf4f75e059 it with an assignment. This causes the >

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Bruce Richardson
e 21, 2016 9:12 AM > >>To: dev at dpdk.org > >>Cc: christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com > >>Subject: [dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list > >>truncation > >> > >>In other libraries, dependen

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Panu Matilainen
In other libraries, dependency list is always appended to, but in commit 6cbf4f75e059 it with an assignment. This causes the librte_eal dependency added in commit 6cbf4f75e059 to get discarded, resulting in missing dependency on librte_eal. Fixes: b3688bee81a8 ("pipeline: new packet framework logi

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Dumitrescu, Cristian
> >>> > >>>> -Original Message- > >>>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu > Matilainen > >>>> Sent: Tuesday, June 21, 2016 9:12 AM > >>>> To: dev at dpdk.org > >>>> C

[dpdk-dev] [PATCH 1/3] mk: fix librte_pipeline dependency list truncation

2016-06-21 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen > Sent: Tuesday, June 21, 2016 9:12 AM > To: dev at dpdk.org > Cc: christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com > Subject: [dpdk-dev] [PATCH 1/3] mk: f