Re: [dpdk-users] Unable to Forward the Packet after UDP Payload Modification

2019-06-28 Thread Stephen Hemminger
On Thu, 27 Jun 2019 23:00:35 +0530 satyavalli rama wrote: > Hi > > > With Scapy we are sending UDP Packets to ‘P0’ of DPDK - VM -1 as below > > >>>sendp(Ether(src="52:00:00:00:00:4a",dst="50:00:00:00:00:8F")/IP(dst="20.20.20.20",proto=17)/UDP(sport=4009,dport=4019)/Raw(load=('Helllo > >>>

[dpdk-users] Unable to Forward the Packet after UDP Payload Modification

2019-06-28 Thread satyavalli rama
Hi With Scapy we are sending UDP Packets to ‘P0’ of DPDK - VM -1 as below >>>sendp(Ether(src="52:00:00:00:00:4a",dst="50:00:00:00:00:8F")/IP(dst="20.20.20.20",proto=17)/UDP(sport=4009,dport=4019)/Raw(load=('Helllo >>> Basha')), iface="ens9", loop=1, count=10, inter=1.0002) I'm modifying MAC