Re: [ovs-dev] [PATCH 2/2] system-dpdk: Use dummy-pmd port for packet injection.

2021-11-23 Thread David Marchand
On Tue, Nov 23, 2021 at 2:16 PM David Marchand wrote: > Did you have a chance to look at my patch? > > Now that I tested it with sse4.2 enabled, I can see the "fuzzy" test > fails because of a timeout: the test expects 100k packet in 30s. > I wonder why 100k random data is better than 1k like for

Re: [ovs-dev] [PATCH 2/2] system-dpdk: Use dummy-pmd port for packet injection.

2021-11-23 Thread David Marchand
Hello Ilya, On Fri, Nov 19, 2021 at 4:45 PM Ilya Maximets wrote: > > On 11/18/21 10:16, Maxime Coquelin wrote: > > Hi David, > > > > On 9/27/21 15:57, David Marchand wrote: > >> net_pcap is not always available in DPDK (like, in a dev > >> environment when you forgot to install the libpcap-devel)

Re: [ovs-dev] [PATCH 2/2] system-dpdk: Use dummy-pmd port for packet injection.

2021-11-19 Thread Ilya Maximets
On 11/18/21 10:16, Maxime Coquelin wrote: > Hi David, > > On 9/27/21 15:57, David Marchand wrote: >> net_pcap is not always available in DPDK (like, in a dev >> environment when you forgot to install the libpcap-devel). >> On the other hand, OVS already has its own way to inject packets into a >>

Re: [ovs-dev] [PATCH 2/2] system-dpdk: Use dummy-pmd port for packet injection.

2021-11-18 Thread Maxime Coquelin
Hi David, On 9/27/21 15:57, David Marchand wrote: net_pcap is not always available in DPDK (like, in a dev environment when you forgot to install the libpcap-devel). On the other hand, OVS already has its own way to inject packets into a bridge. Let's make use of it. While at it, convert "known

[ovs-dev] [PATCH 2/2] system-dpdk: Use dummy-pmd port for packet injection.

2021-09-27 Thread David Marchand
net_pcap is not always available in DPDK (like, in a dev environment when you forgot to install the libpcap-devel). On the other hand, OVS already has its own way to inject packets into a bridge. Let's make use of it. While at it, convert "known" packets from pcap to scapy so that the injected pac