Re: [dpdk-dev] [PATCH v2] build: clean up building kernel modules using meson

2018-04-04 Thread Bruce Richardson
On Wed, Apr 04, 2018 at 05:04:52PM +0100, Bruce Richardson wrote: > The meson.build files for building the kernel modules directory could > be improved now that it is extracted from the EAL. For example, no > global processing is necessary inside the kernel folder, just need to > subdir to the appr

Re: [dpdk-dev] [PATCH v2] build: clean up building kernel modules using meson

2018-04-04 Thread Bruce Richardson
On Wed, Apr 04, 2018 at 04:47:25PM +, Hemant Agrawal wrote: > Just checked. Your V2 got build without any warnings for me. > > Regards, > Hemant > Thanks. /Bruce > > -Original Message- > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Wednesday, April 04, 2018

Re: [dpdk-dev] [PATCH v2] build: clean up building kernel modules using meson

2018-04-04 Thread Hemant Agrawal
Just checked. Your V2 got build without any warnings for me. Regards, Hemant > -Original Message- > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, April 04, 2018 9:27 PM > To: Hemant Agrawal > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] build: clean up build

[dpdk-dev] [PATCH v2] build: clean up building kernel modules using meson

2018-04-04 Thread Bruce Richardson
The meson.build files for building the kernel modules directory could be improved now that it is extracted from the EAL. For example, no global processing is necessary inside the kernel folder, just need to subdir to the appropriate bsd or linux folder to do the actual work. To avoid potential rac

Re: [dpdk-dev] [PATCH v2] build: clean up building kernel modules using meson

2018-04-04 Thread Bruce Richardson
On Wed, Apr 04, 2018 at 04:53:32PM +0100, Bruce Richardson wrote: > The meson.build files for building the kernel modules directory could > be improved now that it is extracted from the EAL. For example, no > global processing is necessary inside the kernel folder, just need to > subdir to the appr