scripts: fix ABI validator for KNI module config
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Sep 2015 07:50:59 +0000 (10:50 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Dec 2015 15:30:08 +0000 (16:30 +0100)
commit6100ed584939ec2095d719e82c8363e01f5a04c1
tree3ca1e65b24c3963cda476776bf3488d4a45e5a7b
parent2e7a72ec0b1cdec856c838e9ca88f9cba6a882c3
scripts: fix ABI validator for KNI module config

The validator attempts to disable all kernel modules but since
commit 36080ff96b0eb37a6da8c4fec1a2f8a57dfadf5b fails to do so
for KNI, causing the build stage to fail if kernel headers are missing.

With the introduction of CONFIG_RTE_KNI_KMOD, CONFIG_RTE_LIBRTE_KNI=n
can eventually be dropped but leaving it around for now as its
needed with pre-2.1 versions.

Fixes: 36080ff96b0e ("config: add KNI kmod option")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
scripts/validate-abi.sh