Re: [dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-30 Thread Bruce Richardson
On Mon, Oct 29, 2018 at 03:33:47PM +, Luca Boccassi wrote: > On Mon, 2018-10-29 at 17:09 +0300, Ilya Maximets wrote: > > > On Fri, 2018-10-12 at 17:29 +0100, Bruce Richardson wrote: > > > > On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: > > > > > A Kbuild is also included to all

Re: [dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-29 Thread Luca Boccassi
On Mon, 2018-10-29 at 17:09 +0300, Ilya Maximets wrote: > > On Fri, 2018-10-12 at 17:29 +0100, Bruce Richardson wrote: > > > On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: > > > > A Kbuild is also included to allow users to use DKMS natively > > > > without > > > > additional code.

Re: [dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-29 Thread Ilya Maximets
> On Fri, 2018-10-12 at 17:29 +0100, Bruce Richardson wrote: >> On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: >> > A Kbuild is also included to allow users to use DKMS natively >> > without >> > additional code. >> > >> > Signed-off-by: Luca Boccassi >> > --- >> > v2: add local d

Re: [dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-12 Thread Luca Boccassi
On Fri, 2018-10-12 at 17:29 +0100, Bruce Richardson wrote: > On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: > > A Kbuild is also included to allow users to use DKMS natively > > without > > additional code. > > > > Signed-off-by: Luca Boccassi > > --- > > v2: add local directory t

Re: [dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-12 Thread Bruce Richardson
On Fri, Oct 12, 2018 at 04:12:21PM +0100, Luca Boccassi wrote: > A Kbuild is also included to allow users to use DKMS natively without > additional code. > > Signed-off-by: Luca Boccassi > --- > v2: add local directory to -I and build sources list recursively to > fix build on Fedora > Yep,

[dpdk-dev] [PATCH v2] build: add meson.build for kni kernel module

2018-10-12 Thread Luca Boccassi
A Kbuild is also included to allow users to use DKMS natively without additional code. Signed-off-by: Luca Boccassi --- v2: add local directory to -I and build sources list recursively to fix build on Fedora kernel/linux/kni/Kbuild| 8 ++ kernel/linux/kni/ethtool/ig