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 busy_poll03 busy_poll03.sh 12 busy_poll03_ipv6 busy_poll03.sh -6 13 14 tcp_fastopen tcp_fastopen_run.sh 15 tcp_fastopen6 tcp_fastopen_run.sh -6 16 17 vxlan01 vxlan01.sh 18 vxlan02 vxlan02.sh 19 vxlan02_ipv6 vxlan02.sh -6 20 21 vxlan_multi_03 vxlan03.sh -d multi 22 vxlan_uni_03 vxlan03.sh -d uni 23 24 vxlan_ipv6_multi_03 vxlan03.sh -6 -d multi 25 vxlan_ipv6_uni_03 vxlan03.sh -6 -d uni 26 27 vlan01 vlan01.sh 28 vlan02 vlan02.sh 29 vlan03 vlan03.sh 30 31 macvlan01 macvlan01.sh 32 macvtap01 macvtap01.sh 33 34 ipvlan01 ipvlan01.sh 35 36 gre_ipv4_01 gre01.sh 37 gre_ipv6_01 gre01.sh -6 38 39 dctcp_ipv4_01 dctcp01.sh 40 dctcp_ipv6_01 dctcp01.sh -6 41 42 geneve01 geneve01.sh 43 geneve01_ipv6 geneve01.sh -6 44