]> git.droids-corp.org - dpdk.git/commit
build: cleanup libpcap dependent components
authorDavid Marchand <david.marchand@redhat.com>
Mon, 8 Nov 2021 10:09:18 +0000 (11:09 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 10 Nov 2021 10:42:34 +0000 (11:42 +0100)
commitd6024c0a6757abe993012d8cffd1c512987ff2a8
treeabeb7e092d36d0b3818911f3a2cc57c920b40970
parentf01ca13fca6dde68fa3962269c5cddb7e8e7f1d7
build: cleanup libpcap dependent components

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 function to convert classic BPF to DPDK BPF")
Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
app/dumpcap/meson.build
app/test/meson.build
app/test/test_bpf.c
config/meson.build
drivers/net/pcap/meson.build
lib/bpf/bpf_stub.c
lib/bpf/meson.build
lib/port/meson.build