Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-03-09 Thread Hemant Agrawal
Hi Thomas, > > ping > > 01/03/2018 15:15, Thomas Monjalon: > > 01/03/2018 07:10, Hemant Agrawal: > > > On 2/28/2018 8:14 PM, Bruce Richardson wrote: > > > > On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: > > > >> +includes += > > > >> +include_directories('../../../lib/librte_ea

Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-03-09 Thread Thomas Monjalon
ping 01/03/2018 15:15, Thomas Monjalon: > 01/03/2018 07:10, Hemant Agrawal: > > On 2/28/2018 8:14 PM, Bruce Richardson wrote: > > > On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: > > >> +includes += include_directories('../../../lib/librte_eal/linuxapp/eal') > > > > > > Is this n

Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-03-01 Thread Thomas Monjalon
01/03/2018 07:10, Hemant Agrawal: > On 2/28/2018 8:14 PM, Bruce Richardson wrote: > > On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: > >> +includes += include_directories('../../../lib/librte_eal/linuxapp/eal') > > > > Is this not covered by the dependency on eal? Is it accessing

Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-02-28 Thread Hemant Agrawal
On 2/28/2018 8:14 PM, Bruce Richardson wrote: On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: Signed-off-by: Akhil Goyal Signed-off-by: Hemant Agrawal --- Thanks for this. Some comments inline below. /Bruce .. diff --git a/drivers/bus/fslmc/meson.build b/drivers/bus/fsl

Re: [dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-02-28 Thread Bruce Richardson
On Tue, Feb 27, 2018 at 10:55:52PM +0530, Hemant Agrawal wrote: > Signed-off-by: Akhil Goyal > Signed-off-by: Hemant Agrawal > --- Thanks for this. Some comments inline below. /Bruce > app/test-pmd/meson.build | 3 +++ > config/arm/arm64_dpaa2_linuxapp_gcc | 13 + >

[dpdk-dev] [PATCH 7/7] build: add meson support for dpaaX platforms

2018-02-27 Thread Hemant Agrawal
Signed-off-by: Akhil Goyal Signed-off-by: Hemant Agrawal --- app/test-pmd/meson.build | 3 +++ config/arm/arm64_dpaa2_linuxapp_gcc | 13 + config/arm/arm64_dpaa_linuxapp_gcc | 14 ++ config/arm/meson.build | 13 + drivers/bus/dpaa