> To: Xueming(Steven) Li ; Wu, Jingjing
>
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [RFC PATCH 0/2] using scapy to generate packet
> templates
>
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xueming Li
> > Sent: Thursday, October 19, 2017 3:07 PM
&
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xueming Li
> Sent: Thursday, October 19, 2017 3:07 PM
> To: Wu, Jingjing
> Cc: Xueming Li ; dev@dpdk.org
> Subject: [dpdk-dev] [RFC PATCH 0/2] using scapy to generate packet templates
Hi,
First off - cool to make DPDK mo
The target is to make testpmd flexible to generate all kinds of packet
in just one line. Examples:
# send UDP packet to port 0 queue 0
testpmd> scapy 0 Ether()/IP()/UDP()/"hello_world"
# send 4 L3 VXLAN packets with inner UDP dport 1-4 to port 1 queue 1-4, one
packet per queue
testpmd> scapy 1
3 matches
Mail list logo