Skip to content
steeven edited this page Jul 12, 2018 · 1 revision

Are you looking for scapy over dpdk? me too. Here is a quick answer:

clone or download my dpdk, branch upstream_scapy
make defconfig
//install scapy and python dev libs
//enable PYTHON options in config file
make -j
//start testpmd
testpmd> tx 0 Ether()/IP()/UDP(dport=(1,16))
Clone this wiki locally