aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/methodology_trex_traffic_generator.rst
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-09-28 14:41:36 +0200
committerTibor Frank <tifrank@cisco.com>2020-09-29 06:10:11 +0000
commitc4229710f97c1cc155a44d0c8d9cc3682900f6e2 (patch)
tree904dd8fee53350863b12add39f6071828dadbeef /docs/report/introduction/methodology_trex_traffic_generator.rst
parent34dadfe8d168b72340b497469ee6550349689f1a (diff)
Report: Edit the configuration
Change-Id: I3a3317903ee6e22fa0fe7fff9bf7d0208b19c8ae Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/introduction/methodology_trex_traffic_generator.rst')
-rw-r--r--docs/report/introduction/methodology_trex_traffic_generator.rst6
1 files changed, 3 insertions, 3 deletions
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