On Wed, 15 Sep 2021 11:02:20 +0000 "Ananyev, Konstantin" <[email protected]> wrote:
> > +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).

