diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-01-15 13:12:48 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-01-15 13:15:32 +0000 |
commit | c5e84fbee876a45d3495cde6f4e2d8140cacbe5a (patch) | |
tree | b73fc4b82dc459a8437ac84731e321d5ffc3c447 /docs/report/introduction/test_environment_tg.rst | |
parent | 39c81e3674295df82172ac8df1fe3c1184b1d896 (diff) |
Docs: Update report sections
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ib6e9ac003c1d91673984c52baf2f3eec30c9d21d
Diffstat (limited to 'docs/report/introduction/test_environment_tg.rst')
-rw-r--r-- | docs/report/introduction/test_environment_tg.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/introduction/test_environment_tg.rst b/docs/report/introduction/test_environment_tg.rst index d49ea825bd..38dfb90070 100644 --- a/docs/report/introduction/test_environment_tg.rst +++ b/docs/report/introduction/test_environment_tg.rst @@ -9,7 +9,7 @@ TG Version DPDK Version ~~~~~~~~~~~~ -DPDK v19.02 +DPDK v19.05 TG Build Script Used ~~~~~~~~~~~~~~~~~~~~ @@ -35,7 +35,7 @@ TG Startup Command :: - $ sh -c 'cd <t-rex-install-dir>/scripts/ && sudo nohup ./t-rex-64 -i -c 7 > /tmp/trex.log 2>&1 &'> /dev/null + $ sh -c 'cd <t-rex-install-dir>/scripts/ && sudo nohup ./t-rex-64 -i -c 7 --prefix $(hostname) --hdrh > /tmp/trex.log 2>&1 &'> /dev/null TG API Driver ~~~~~~~~~~~~~ |