net.features 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #
  2. # Stress tests for various network features
  3. #
  4. bbr01 bbr01.sh
  5. bbr01_ipv6 bbr01.sh -6
  6. bbr02 bbr02.sh
  7. bbr02_ipv6 bbr02.sh -6
  8. bind_noport01 bind_noport01.sh
  9. bind_noport01_ipv6 bind_noport01.sh -6
  10. busy_poll01 busy_poll01.sh
  11. busy_poll01_ipv6 busy_poll01.sh -6
  12. busy_poll02 busy_poll02.sh
  13. busy_poll02_ipv6 busy_poll02.sh -6
  14. busy_poll03 busy_poll03.sh
  15. busy_poll03_ipv6 busy_poll03.sh -6
  16. dccp01 dccp01.sh
  17. dccp01_ipv6 dccp01.sh -6
  18. sctp01 sctp01.sh
  19. sctp01_ipv6 sctp01.sh -6
  20. tcp_fastopen tcp_fastopen_run.sh
  21. tcp_fastopen6 tcp_fastopen_run.sh -6
  22. vxlan01 vxlan01.sh
  23. vxlan02 vxlan02.sh
  24. vxlan02_ipv6 vxlan02.sh -6
  25. vxlan_multi_03 vxlan03.sh -d multi
  26. vxlan_uni_03 vxlan03.sh -d uni
  27. vxlan_ipv6_multi_03 vxlan03.sh -6 -d multi
  28. vxlan_ipv6_uni_03 vxlan03.sh -6 -d uni
  29. vxlan_uni_04 vxlan04.sh -d uni
  30. vxlan_ipv6_uni_04 vxlan04.sh -6 -d uni
  31. vlan01 vlan01.sh
  32. vlan02 vlan02.sh
  33. vlan03 vlan03.sh
  34. macvlan01 macvlan01.sh
  35. macvtap01 macvtap01.sh
  36. macsec01 macsec01.sh
  37. macsec02 macsec02.sh
  38. macsec03 macsec03.sh
  39. ipvlan01 ipvlan01.sh
  40. gre_ipv4_01 gre01.sh
  41. gre_ipv6_01 gre01.sh -6
  42. gre_ipv4_02 gre02.sh
  43. gre_ipv6_02 gre02.sh -6
  44. dctcp_ipv4_01 dctcp01.sh
  45. dctcp_ipv6_01 dctcp01.sh -6
  46. geneve01 geneve01.sh
  47. geneve01_ipv6 geneve01.sh -6
  48. geneve02 geneve02.sh
  49. geneve02_ipv6 geneve02.sh -6
  50. sit01 sit01.sh
  51. mpls01 mpls01.sh
  52. mpls02 mpls02.sh
  53. mpls02_ipv6 mpls02.sh -6
  54. mpls03 mpls03.sh
  55. mpls03_ipv6 mpls03.sh -6
  56. mpls04 mpls04.sh
  57. fanout01 fanout01