Re: [dpdk-dev] [PATCH] devtools: test nfb and AF_XDP build with make

2019-09-16 Thread Thomas Monjalon
14/09/2019 11:16, Thomas Monjalon: > 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

[dpdk-dev] [PATCH] devtools: test nfb and AF_XDP build with make

2019-09-14 Thread Thomas Monjalon
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 optio