Running NF without pktgen - shuwens/NetBricks GitHub Wiki
config DPDK testpmd to forwarding mode
https://github.com/search?o=desc&q=testpmd+tun+tap+dpdk&s=indexed&type=Code
tun tap interface
https://doc.dpdk.org/guides/nics/tap.html
https://doc.dpdk.org/guides-17.05/nics/tap.html
https://stackoverflow.com/questions/67695843/connect-docker-containers-to-tap-interface
https://stackoverflow.com/questions/66382340/is-it-possible-to-use-the-dpdk-kni-as-a-tun-device
kni (faster than tun tap)
https://dpdk.readthedocs.io/en/v16.04/prog_guide/kernel_nic_interface.html
methods
read
https://stackoverflow.com/questions/52119451/reading-dpdk-output
https://stackoverflow.com/questions/43246174/how-to-send-and-receive-data-using-dpdk
https://stackoverflow.com/questions/67386959/unable-to-capture-vlan-tagged-packets-using-dpdk
other resource
https://codilime.com/blog/how-can-dpdk-access-devices-from-user-space/
https://stackoverflow.com/questions/56449473/run-dpdk-pktgen-and-packet-capture-in-one-vm
https://stackoverflow.com/questions/43246174/how-to-send-and-receive-data-using-dpdk
https://github.com/Juniper/warp17
http://artifacts.opnfv.org/samplevnf/docs/testing_developer/index.html
https://stackoverflow.com/questions/68836518/scapy-traffic-generator-for-dpdk-l3fwd-application
dpdk doc
https://doc.dpdk.org/guides/howto/packet_capture_framework.html
https://doc.dpdk.org/guides-19.08/howto/packet_capture_framework.html
scripts
https://github.com/mishuang2017/mi/blob/c567cebb2916b566882b28f045dc00e11acaf2a5/bashrc
https://github.com/mishuang2017/mi/blob/ed7bcea0f8c80700c2b9bef7833fca7e6511ef8c/ubuntu/bashrc