Re: [dpdk-dev] [PATCH v4] meson: remove unnecessary explicit link to libpcap

2023-07-16 Thread Stephen Hemminger
On Fri, 9 Apr 2021 10:39:27 +0200 Gabriel Ganne wrote: > libpcap is already found and registered as a dependency by meson, and > the dependency is already correctly used in librte_port. This line is > just unnecessary. > > The pcap PMD and the librte_port both declare their dependency to > libp

[dpdk-dev] [PATCH v4] meson: remove unnecessary explicit link to libpcap

2021-04-09 Thread Gabriel Ganne
libpcap is already found and registered as a dependency by meson, and the dependency is already correctly used in librte_port. This line is just unnecessary. The pcap PMD and the librte_port both declare their dependency to libpcap with a line "ext_deps += pcap_dep". "pcap_dep" is declared using t