X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fintroduction%2Ftest_environment_tg.rst;h=411af83eb51e599f6ce80e474aba2ccb3c435c0b;hp=28b233a574af5c7a9f1a0965b1214b04f1265df7;hb=07dc2213e6c0e95147e7025b02e91ed89ea07209;hpb=0bde2421b13ca9a420e7d68c23a3ff191b665b8c diff --git a/docs/report/introduction/test_environment_tg.rst b/docs/report/introduction/test_environment_tg.rst index 28b233a574..411af83eb5 100644 --- a/docs/report/introduction/test_environment_tg.rst +++ b/docs/report/introduction/test_environment_tg.rst @@ -1,3 +1,5 @@ +.. _test_environment_tg: + TG Settings - TRex ------------------ @@ -9,7 +11,7 @@ TG Version DPDK Version ~~~~~~~~~~~~ -DPDK v19.05 +DPDK v21.02 TG Installation ~~~~~~~~~~~~~~~ @@ -54,6 +56,16 @@ Also, Python client is now starting traffic with: core_mask=STLClient.CORE_MASK_PIN +TG Startup Command (Stateful Mode) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +:: + + $ sudo -E -S sh -c "cd '${trex_install_dir}/scripts/' && \ + nohup ./t-rex-64 -i --prefix $(hostname) --astf --hdrh --no-scapy-server \ + --mbuf-factor 32 > /tmp/trex.log 2>&1 &" > /dev/null + + TG API Driver ~~~~~~~~~~~~~