26/11/2020 17:21, Bruce Richardson: > On Thu, Nov 26, 2020 at 05:08:37PM +0100, Thomas Monjalon wrote: > > The compilation of the kernel module KNI is optional. > > The kernel headers should be required for DPDK compilation.
not, should not :) > > Fixes: 91a861e54164 ("config: disable Linux kernel modules by default") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > --- > If someone does want to build kni, we actually have a check in meson.build > for kernel build headers, giving a suitable error if they are missed. > Therefore I think this can go. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com> Applied with fixed typo.