Re: [dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2023-07-16 Thread Stephen Hemminger
On Wed, 14 Apr 2021 23:10:46 +0200 Thomas Monjalon wrote: > 14/04/2021 23:02, Dmitry Kozlyuk: > > 2021-04-14 11:41 (UTC+0200), Thomas Monjalon: > > > 09/04/2021 14:25, Thomas Monjalon: > > > > From: Gabriel Ganne > > > > > > > > The pcap PMD and the librte_port both declare their dependency

Re: [dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2021-04-14 Thread Thomas Monjalon
14/04/2021 23:02, Dmitry Kozlyuk: > 2021-04-14 11:41 (UTC+0200), Thomas Monjalon: > > 09/04/2021 14:25, Thomas Monjalon: > > > From: Gabriel Ganne > > > > > > The pcap PMD and the librte_port both declare their dependency to libpcap > > > with a line "ext_deps += pcap_dep". > > > Then meson autom

Re: [dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2021-04-14 Thread Dmitry Kozlyuk
2021-04-14 11:41 (UTC+0200), Thomas Monjalon: > 09/04/2021 14:25, Thomas Monjalon: > > From: Gabriel Ganne > > > > The pcap PMD and the librte_port both declare their dependency to libpcap > > with a line "ext_deps += pcap_dep". > > Then meson automatically adds this dependency to the pkg-config

Re: [dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2021-04-14 Thread Thomas Monjalon
09/04/2021 14:25, Thomas Monjalon: > From: Gabriel Ganne > > The pcap PMD and the librte_port both declare their dependency to libpcap > with a line "ext_deps += pcap_dep". > Then meson automatically adds this dependency to the pkg-config file > in the "Requires.private" section for static builds

[dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2021-04-09 Thread Thomas Monjalon
From: Gabriel Ganne The pcap PMD and the librte_port both declare their dependency to libpcap with a line "ext_deps += pcap_dep". Then meson automatically adds this dependency to the pkg-config file in the "Requires.private" section for static builds. The additional update of dpdk_extra_ldflags