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

https://stackoverflow.com/questions/57109819/how-to-receive-data-from-tun-interface-to-dpdk-binded-nic

kni (faster than tun tap)

https://dpdk.readthedocs.io/en/v16.04/prog_guide/kernel_nic_interface.html

methods

https://stackoverflow.com/questions/62230062/how-to-connect-to-the-internet-from-dpdk-running-in-a-vm

read

https://stackoverflow.com/questions/52119451/reading-dpdk-output

https://stackoverflow.com/questions/52277448/no-traffic-emerges-in-dpdk-rx-tx-callbacks-sample-application

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://levelup.gitconnected.com/building-a-high-performance-linux-based-traffic-generator-with-dpdk-93bb9904416c

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

https://github.com/autotest/tp-libvirt/blob/440dd30dbcc31b383b7d2f38efc968fb82a07bca/libvirt/tests/src/virtual_network/iface_options.py