Re: [ovs-dev] [PATCH] acinclude: Check RTE_LIBRTE_PMD_PCAP and libpcap.

2020-04-17 Thread William Tu
On Fri, Apr 17, 2020 at 9:02 AM Ilya Maximets wrote: > > On 4/17/20 3:14 PM, William Tu wrote: > > When enabling RTE_LIBRTE_PMD_PCAP in DPDK, we need to link the libpcap > > library, otherwise 'make' will fail. I'm using this for creating a > > pcap-based device which read pcap file infinitely to

Re: [ovs-dev] [PATCH] acinclude: Check RTE_LIBRTE_PMD_PCAP and libpcap.

2020-04-17 Thread Ilya Maximets
On 4/17/20 3:14 PM, William Tu wrote: > When enabling RTE_LIBRTE_PMD_PCAP in DPDK, we need to link the libpcap > library, otherwise 'make' will fail. I'm using this for creating a > pcap-based device which read pcap file infinitely to rx queue, acting > like a traffic generator. Example: > $ ov

[ovs-dev] [PATCH] acinclude: Check RTE_LIBRTE_PMD_PCAP and libpcap.

2020-04-17 Thread William Tu
When enabling RTE_LIBRTE_PMD_PCAP in DPDK, we need to link the libpcap library, otherwise 'make' will fail. I'm using this for creating a pcap-based device which read pcap file infinitely to rx queue, acting like a traffic generator. Example: $ ovs-vsctl add-port br0 tg0 -- set int tg0 type=dpd