Re: [dpdk-dev] [PATCH 1/1] doc: remove Linux headers from requirements

2020-11-26 Thread Thomas Monjalon
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 kerne

Re: [dpdk-dev] [PATCH 1/1] doc: remove Linux headers from requirements

2020-11-26 Thread 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. > > Fixes: 91a861e54164 ("config: disable Linux kernel modules by default") > Cc: sta...@dpdk.org > > Signed-off-b

[dpdk-dev] [PATCH 1/1] doc: remove Linux headers from requirements

2020-11-26 Thread Thomas Monjalon
The compilation of the kernel module KNI is optional. The kernel headers should be required for DPDK compilation. Fixes: 91a861e54164 ("config: disable Linux kernel modules by default") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- doc/guides/linux_gsg/sys_reqs.rst | 2 -- 1 file chang