Re: [dpdk-dev] [PATCH] port: fix missing pcap support with meson

2019-09-24 Thread Bruce Richardson
On Tue, Sep 24, 2019 at 01:04:14PM +0100, Bruce Richardson wrote: > The meson build was missing the define to enable pcap port support if > libpcap (development) package was found on the build platform. Rather than > duplicating the checks for libpcap found in the pcap net PMD build file, we > can

[dpdk-dev] [PATCH] port: fix missing pcap support with meson

2019-09-24 Thread Bruce Richardson
The meson build was missing the define to enable pcap port support if libpcap (development) package was found on the build platform. Rather than duplicating the checks for libpcap found in the pcap net PMD build file, we can move the checks to the top-level config directory and reference the RTE_PC