Re: [dpdk-dev] [RFC PATCH 0/2] using scapy to generate packet templates

2017-10-21 Thread Xueming(Steven) Li
> 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 &

Re: [dpdk-dev] [RFC PATCH 0/2] using scapy to generate packet templates

2017-10-19 Thread Van Haaren, Harry
> 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

[dpdk-dev] [RFC PATCH 0/2] using scapy to generate packet templates

2017-10-19 Thread Xueming Li
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