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
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
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