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

2018-10-31 Thread Thomas Monjalon
12/10/2018 19:05, Luca Boccassi: > A Kbuild is also included to allow users to use DKMS natively without > additional code. > > Signed-off-by: Luca Boccassi > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson Was applied in 18.11-rc1. Thanks Ferruh for catching the miss of notification

[dpdk-dev] [PATCH v3] 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 Tested-by: Bruce Richardson Acked-by: Bruce Richardson --- v2: add local directory to -I and build sources list recursively to fix build on Fedora v3: add console: true so tha