Re: [PATCH v2 3/3] devtools: enable kni library for test builds

2022-10-07 Thread David Marchand
On Fri, Oct 7, 2022 at 5:02 PM Bruce Richardson wrote: > > While KNI (or any other deprecated library) may be disabled by default, > for build testing we need it enabled. Therefore explicitly set > "disable_libs" build parameter to empty for any DPDK build where the > value is not being explicitly

[PATCH v2 3/3] devtools: enable kni library for test builds

2022-10-07 Thread Bruce Richardson
While KNI (or any other deprecated library) may be disabled by default, for build testing we need it enabled. Therefore explicitly set "disable_libs" build parameter to empty for any DPDK build where the value is not being explicitly set by the script. Signed-off-by: Bruce Richardson --- devtool