devtools: test nfb and AF_XDP build with make
authorThomas Monjalon <thomas@monjalon.net>
Fri, 13 Sep 2019 21:03:30 +0000 (23:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Sep 2019 18:50:58 +0000 (20:50 +0200)
commitbe7e90917e481ce593ef7b44bc2043ddc861ac9c
treefe9f766ea678b9ff9887380a803ac0c2b5d51875
parent73afc9df00d8ba4ff58d4a7a86691ca10520d462
devtools: test nfb and AF_XDP build with make

The nfb PMD is disabled by default because of its dependency
on netcope-common package.
The variable DPDK_DEP_NFB was introduced but not used to notify
the dependency availability in the build test script.

The AF_XDP PMD is disabled by default because of its dependency
on libbpf on Linux.
An option was missing to notify the dependency availability
in the build test script.

Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver")
Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-build.sh