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 dccp01 dccp01.sh 15 dccp01_ipv6 dccp01.sh -6 16 17 sctp01 sctp01.sh 18 sctp01_ipv6 sctp01.sh -6 19 20 tcp_fastopen tcp_fastopen_run.sh 21 tcp_fastopen6 tcp_fastopen_run.sh -6 22 23 vxlan01 vxlan01.sh 24 vxlan02 vxlan02.sh 25 vxlan02_ipv6 vxlan02.sh -6 26 27 vxlan_multi_03 vxlan03.sh -d multi 28 vxlan_uni_03 vxlan03.sh -d uni 29 30 vxlan_ipv6_multi_03 vxlan03.sh -6 -d multi 31 vxlan_ipv6_uni_03 vxlan03.sh -6 -d uni 32 33 vlan01 vlan01.sh 34 vlan02 vlan02.sh 35 vlan03 vlan03.sh 36 37 macvlan01 macvlan01.sh 38 macvtap01 macvtap01.sh 39 40 macsec01 macsec01.sh 41 macsec02 macsec02.sh 42 43 ipvlan01 ipvlan01.sh 44 45 gre_ipv4_01 gre01.sh 46 gre_ipv6_01 gre01.sh -6 47 48 dctcp_ipv4_01 dctcp01.sh 49 dctcp_ipv6_01 dctcp01.sh -6 50 51 geneve01 geneve01.sh 52 geneve01_ipv6 geneve01.sh -6 53