misc: add and consolidate host stack scripts 49/42449/7
authorFlorin Coras <[email protected]>
Mon, 3 Mar 2025 21:19:01 +0000 (16:19 -0500)
committerDave Barach <[email protected]>
Tue, 4 Mar 2025 21:39:00 +0000 (21:39 +0000)
commitbf0146b21192cc8e97c7f3b5a427b8013b77c721
tree1ca619ab6c0002c6e2d4d1e54554084898a41ef9
parent75b66b374067ddfc4d9ed316d66250c4e60db985
misc: add and consolidate host stack scripts

Move all existing host stack scripts under extras/scripts/host-stack

Also add scripts for iperf/vcl performance testing

Type: improvement

Change-Id: Ia79b6bd061db49f61a0e4c6577cf45afe0323eb1
Signed-off-by: Florin Coras <[email protected]>
22 files changed:
docs/developer/extras/vcl_ldpreload.rst
extras/scripts/host-stack/cc_plots.py [moved from src/scripts/host-stack/cc_plots.py with 100% similarity]
extras/scripts/host-stack/convert_evt [moved from src/scripts/host-stack/convert_evt with 100% similarity]
extras/scripts/host-stack/perf-tests/conf/dpdk_mt.cli [new file with mode: 0644]
extras/scripts/host-stack/perf-tests/conf/dpdk_st.cli [new file with mode: 0644]
extras/scripts/host-stack/perf-tests/dpdk_mt [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/dpdk_st [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/gdb_ldp_init [new file with mode: 0644]
extras/scripts/host-stack/perf-tests/start_vpp.sh [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/vcl_client [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/vcl_iperf_client [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/vcl_iperf_server [new file with mode: 0755]
extras/scripts/host-stack/perf-tests/vcl_perf.conf [new file with mode: 0644]
extras/scripts/host-stack/perf-tests/vcl_server [new file with mode: 0755]
extras/scripts/host-stack/vcl-ldpreload/README.rst [moved from extras/vcl-ldpreload/README.rst with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/common/nginx_test.sh [moved from extras/vcl-ldpreload/test/common/nginx_test.sh with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/common/nginx_welcome.html [moved from extras/vcl-ldpreload/test/common/nginx_welcome.html with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/common/vpp_docker.conf [moved from extras/vcl-ldpreload/test/common/vpp_docker.conf with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/curl_test.sh [moved from extras/vcl-ldpreload/test/curl_test.sh with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/emacs_gdb_curl.sh [moved from extras/vcl-ldpreload/test/emacs_gdb_curl.sh with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/emacs_gdb_vpp.sh [moved from extras/vcl-ldpreload/test/emacs_gdb_vpp.sh with 100% similarity]
extras/scripts/host-stack/vcl-ldpreload/test/wget_test.sh [moved from extras/vcl-ldpreload/test/wget_test.sh with 100% similarity]