Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
eaf728a
)
feat(core): Adjust T-Rex for external topologies
54/41154/2
author
pmikus
<
[email protected]
>
Tue, 18 Jun 2024 09:19:25 +0000
(11:19 +0200)
committer
Peter Mikus
<
[email protected]
>
Tue, 18 Jun 2024 09:20:53 +0000
(09:20 +0000)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: Id3f0a4a26404951bc7ce82655538b72848508e18
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
4f104db
..
8a46fc3
100644
(file)
--- a/
resources/libraries/bash/function/common.sh
+++ b/
resources/libraries/bash/function/common.sh
@@
-1363,7
+1363,8
@@
function set_environment_variables () {
export TREX_CORE_COUNT=14
;;
*"2n-x-"* | *"3n-x-"* )
- export TREX_CORE_COUNT=2
+ export TREX_CORE_COUNT=6
+ export TREX_PORT_MTU=9000
;;
esac
}