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

2023-12-21 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. The generating script outputs a bulk of 8 packets per line (to save some cpu spe

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

2023-12-21 Thread Eelco Chaudron
On 21 Dec 2023, at 11:28, 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. > > The generating sc

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

2023-12-21 Thread Simon Horman
On Thu, Dec 21, 2023 at 11:28:30AM +0100, 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. > > The