Re: [dpdk-dev] [PATCH 1/7] kni: disable for 32-bit meson builds

2018-07-02 Thread Ferruh Yigit
On 6/8/2018 5:38 PM, Bruce Richardson wrote: > The kni library is not supported on 32-bit so disable it for those > builds using meson. > > Signed-off-by: Bruce Richardson Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH 1/7] kni: disable for 32-bit meson builds

2018-06-08 Thread Bruce Richardson
The kni library is not supported on 32-bit so disable it for those builds using meson. Signed-off-by: Bruce Richardson --- lib/librte_kni/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_kni/meson.build b/lib/librte_kni/meson.build index c4b21961c..a738a