Re: [dpdk-dev] [PATCH v8 04/12] bpf: add function to convert classic BPF to DPDK BPF
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-15 16:25:47
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-15 16:25:47
On Wed, 15 Sep 2021 11:02:20 +0000 "Ananyev, Konstantin" [off-list ref] wrote:
quoted
+if dpdk_conf.has('RTE_PORT_PCAP')Do we really need that 'if' above? Why not to always have it enabled?
The converter code needs libpcap for the pcap header files that define the encoding of classic BPF (struct bpf_insn).