X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freport%2Fintroduction%2Fmethodology_trex_traffic_generator.rst;h=aea4d3236d891afbdc8a983aa313e292d63decbb;hb=f3d7047bb73515b3ca22ef36c7bc15f3679f784b;hp=dfa496b3ad00b7c3033ae878664d622751e559d2;hpb=60ab0d6feac3e13cec355dd97f31f7616955431d;p=csit.git diff --git a/docs/report/introduction/methodology_trex_traffic_generator.rst b/docs/report/introduction/methodology_trex_traffic_generator.rst index dfa496b3ad..aea4d3236d 100644 --- a/docs/report/introduction/methodology_trex_traffic_generator.rst +++ b/docs/report/introduction/methodology_trex_traffic_generator.rst @@ -16,7 +16,7 @@ TRex is installed and run on the TG compute node. The typical procedure is: $ sudo -E -S sh -c 'cat << EOF > /etc/trex_cfg.yaml - version: 2 - c: 15 + c: 8 limit_memory: 8192 interfaces: ["${pci1}","${pci2}"] port_info: @@ -26,10 +26,10 @@ TRex is installed and run on the TG compute node. The typical procedure is: src_mac: [${src_mac2}] platform : master_thread_id: 0 - latency_thread_id: 16 + latency_thread_id: 9 dual_if: - socket: 0 - threads: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + threads: [1, 2, 3, 4, 5, 6, 7, 8] EOF' - TRex is started in the interactive mode as a background service