Re: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build

2017-09-04 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, September 1, 2017 11:04 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build > > Support building igb_uio using meso

Re: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build

2017-09-01 Thread Luca Boccassi
On Fri, 2017-09-01 at 14:55 +0100, Bruce Richardson wrote: > On Fri, Sep 01, 2017 at 02:32:52PM +0100, Luca Boccassi wrote: > > On Fri, 2017-09-01 at 11:04 +0100, Bruce Richardson wrote: > > > Support building igb_uio using meson and ninja. For this, we > > > still > > > use the > > > kernel's kbui

Re: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build

2017-09-01 Thread Bruce Richardson
On Fri, Sep 01, 2017 at 02:32:52PM +0100, Luca Boccassi wrote: > On Fri, 2017-09-01 at 11:04 +0100, Bruce Richardson wrote: > > Support building igb_uio using meson and ninja. For this, we still > > use the > > kernel's kbuild system, by calling out to make, since it's safer and > > easier > > than

Re: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build

2017-09-01 Thread Luca Boccassi
On Fri, 2017-09-01 at 11:04 +0100, Bruce Richardson wrote: > Support building igb_uio using meson and ninja. For this, we still > use the > kernel's kbuild system, by calling out to make, since it's safer and > easier > than trying to reproduce that in meson. A list of suitable file > dependencies

[dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build

2017-09-01 Thread Bruce Richardson
Support building igb_uio using meson and ninja. For this, we still use the kernel's kbuild system, by calling out to make, since it's safer and easier than trying to reproduce that in meson. A list of suitable file dependencies is given so that we have a reasonable chance of a rebuild when necessar