1 # 2 # Stress tests for various network features 3 # 4 5 busy_poll01 busy_poll01.sh 6 busy_poll01_ipv6 busy_poll01.sh -6 7 8 busy_poll02 busy_poll02.sh 9 busy_poll02_ipv6 busy_poll02.sh -6 10 11 tcp_fastopen tcp_fastopen_run.sh 12 tcp_fastopen6 tcp_fastopen_run.sh -6 13 14 vxlan01 vxlan01.sh 15 vxlan02 vxlan02.sh 16 17 vxlan_multi_03 vxlan03.sh -d multi 18 vxlan_uni_03 vxlan03.sh -d uni 19 20 vxlan_ipv6_multi_03 vxlan03.sh -6 -d multi 21 vxlan_ipv6_uni_03 vxlan03.sh -6 -d uni 22 23 vlan01 vlan01.sh 24 vlan02 vlan02.sh 25 vlan03 vlan03.sh 26 27 macvlan01 macvlan01.sh 28 macvtap01 macvtap01.sh 29 30 ipvlan01 ipvlan01.sh 31 32 gre_ipv4_01 gre01.sh 33 gre_ipv6_01 gre01.sh -6 34 35 dctcp_ipv4_01 dctcp01.sh 36 dctcp_ipv6_01 dctcp01.sh -6 37