[dpdk-users] l2fwd application are not sending continuous packets .

2020-01-05 Thread satyavalli rama
Hello Dpdk Team, I'm facing issue while forwarding packets in DPDK's l2fwd application. While sending 1 Lac packets from Scapy, I could see sometimes packets are sending from one VM to another VM. Before explaining issue let me explain topology. *Topology :-===*1) I am having 4 VMs(Virtual

[dpdk-users] Fwd: l2fwd application are not sending continuous packets .

2020-01-05 Thread satyavalli rama
Hello Dpdk Team, I'm facing issue while forwarding packets in DPDK's l2fwd application. While sending 1 Lac packets from Scapy, I could see sometimes packets are sending from one VM to another VM. Before explaining issue let me explain topology. *Topology :-===*1) I am having 4 VMs(Virtual

[dpdk-users] packet guarantees

2020-01-05 Thread amit sehas
Does dpdk guarantee ordered delivery of packets?  Does the application have to implement retry mechanism?I would imagine that without a retry mechanism, it might be difficult for dpdk to implement ordering,which would seem to suggest that it does not guarantee ordered delivery of packets. If