Re: [dpdk-dev] [PATCH 1/2] build: cleanup libpcap dependent components

2021-11-10 Thread David Marchand
On Mon, Nov 8, 2021 at 5:57 PM Stephen Hemminger wrote: > > The RTE_PORT_PCAP variable is used to signal libpcap availability, > > though its name seems to refer to pcap support in the port library. > > Prefer a generic name and add explicit link dependencies where needed. > > > > Fixes: 7a944656b

Re: [dpdk-dev] [PATCH 1/2] build: cleanup libpcap dependent components

2021-11-08 Thread Stephen Hemminger
On Mon, 8 Nov 2021 11:09:18 +0100 David Marchand wrote: > The RTE_PORT_PCAP variable is used to signal libpcap availability, > though its name seems to refer to pcap support in the port library. > Prefer a generic name and add explicit link dependencies where needed. > > Fixes: 7a944656b33f ("t

[dpdk-dev] [PATCH 1/2] build: cleanup libpcap dependent components

2021-11-08 Thread David Marchand
The RTE_PORT_PCAP variable is used to signal libpcap availability, though its name seems to refer to pcap support in the port library. Prefer a generic name and add explicit link dependencies where needed. Fixes: 7a944656b33f ("test/pcapng: test pcapng library") Fixes: 2eccf6afbea9 ("bpf: add func