feat(core): Adjust T-Rex for external topologies 27/41127/1 oper-240617
authorpmikus <[email protected]>
Tue, 18 Jun 2024 09:19:25 +0000 (11:19 +0200)
committerPeter Mikus <[email protected]>
Tue, 18 Jun 2024 11:12:35 +0000 (11:12 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Id3f0a4a26404951bc7ce82655538b72848508e18
(cherry picked from commit f5275f845fed64aaf8f86913e289b31b410837f2)

resources/libraries/bash/function/common.sh

index 4f104db..8a46fc3 100644 (file)
@@ -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
 }