pespin has uploaded this change for review.

View Change

testsuites: upf: Update config c240-2 files to use epyc1 as TRex

We ended up using the epyc1 host to generate enough traffic with TRex,
so update the MAC addresses accordingly.

Change-Id: I93b288bdfdfe13864c1460a6b3bae418f5963b6a
---
M testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh
M testsuites/gtplab-sysmo2025/tunend/upf/osmo-upf/configure.sh
M testsuites/gtplab-sysmo2025/tunmap/upf/configure.sh
3 files changed, 8 insertions(+), 5 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/29/39929/1
diff --git a/testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh b/testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh
index a949e2d..ec57655 100755
--- a/testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh
+++ b/testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh
@@ -16,8 +16,9 @@
c240-2)
IFACE_RAN="ens2f0np0"
IFACE_CN="ens2f1np1"
- MAC_RAN_PEER="88:e9:a4:3b:f0:48"
- MAC_CN_PEER="88:e9:a4:3b:f0:49"
+ # TRex peer is epyc1's Mellanox NIC:
+ MAC_RAN_PEER="b8:ce:f6:fe:62:e0"
+ MAC_CN_PEER="b8:ce:f6:fe:62:e1"
# Adapt Rx/Tx Queues and IRQs to Numa Node of device:
# cat /sys/class/net/$IFACE_RAN/device/numa_node
# 0
diff --git a/testsuites/gtplab-sysmo2025/tunend/upf/osmo-upf/configure.sh b/testsuites/gtplab-sysmo2025/tunend/upf/osmo-upf/configure.sh
index f41e98a..92f4fb3 100755
--- a/testsuites/gtplab-sysmo2025/tunend/upf/osmo-upf/configure.sh
+++ b/testsuites/gtplab-sysmo2025/tunend/upf/osmo-upf/configure.sh
@@ -17,8 +17,9 @@
c240-2)
IFACE_RAN="ens2f0np0"
IFACE_CN="ens2f1np1"
- MAC_RAN_PEER="88:e9:a4:3b:f0:48"
- MAC_CN_PEER="88:e9:a4:3b:f0:49"
+ # TRex peer is epyc1's Mellanox NIC:
+ MAC_RAN_PEER="b8:ce:f6:fe:62:e0"
+ MAC_CN_PEER="b8:ce:f6:fe:62:e1"
# Adapt Rx/Tx Queues and IRQs to Numa Node of device:
# cat /sys/class/net/$IFACE_RAN/device/numa_node
# 0
diff --git a/testsuites/gtplab-sysmo2025/tunmap/upf/configure.sh b/testsuites/gtplab-sysmo2025/tunmap/upf/configure.sh
index 947c465..ca12881 100755
--- a/testsuites/gtplab-sysmo2025/tunmap/upf/configure.sh
+++ b/testsuites/gtplab-sysmo2025/tunmap/upf/configure.sh
@@ -12,7 +12,8 @@
c240-2)
IFACE_RAN="ens2f0np0"
IFACE_CN="ens2f1np1"
- MAC_CN_PEER="88:e9:a4:3b:f0:49"
+ # TRex peer is epyc1's Mellanox NIC:
+ MAC_CN_PEER="b8:ce:f6:fe:62:e1"
# Adapt Rx/Tx Queues and IRQs to Numa Node of device:
# cat /sys/class/net/$IFACE_RAN/device/numa_node
# 0

To view, visit change 39929. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: I93b288bdfdfe13864c1460a6b3bae418f5963b6a
Gerrit-Change-Number: 39929
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>