pespin has submitted this change. ( https://gerrit.osmocom.org/c/upf-benchmark/+/38742?usp=email )
Change subject: testsuites: eupf: run with GIN_MODE=release
......................................................................
testsuites: eupf: run with GIN_MODE=release
The output of eupf said it was using debug mode and that release mode
should be used in production.
Change-Id: Ic5afa6865c708960210e5251f20e9328947cd5b7
---
M testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
M testsuites/gtplab-sysmo2017/tunmap/upf/eupf/run.sh
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved; Verified
diff --git a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
index a4951e9..9dda226 100755
--- a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
+++ b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
@@ -2,7 +2,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-sudo osmo-upf -c "$SCRIPT_DIR/osmo-upf.cfg"
+sudo GIN_MODE=release osmo-upf -c "$SCRIPT_DIR/osmo-upf.cfg"
# TODO: Route needs to be set up manually on the tun iface once it becomes created, since osmo-upf is not yet doing it (OS#6585).
# For now, run this manually after starting osmo-upf with the current run.sh script:
diff --git a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/run.sh b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/run.sh
index 1532b76..26a1931 100755
--- a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/run.sh
+++ b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/run.sh
@@ -2,4 +2,4 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-sudo eupf --config "$SCRIPT_DIR/eupf.yaml"
+sudo GIN_MODE=release eupf --config "$SCRIPT_DIR/eupf.yaml"
--
To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/38742?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Ic5afa6865c708960210e5251f20e9328947cd5b7
Gerrit-Change-Number: 38742
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
pespin has submitted this change. ( https://gerrit.osmocom.org/c/upf-benchmark/+/38762?usp=email )
Change subject: testsuites: ran: Add comment to vty file with 6th Rx/tx worker cpu-affinity
......................................................................
testsuites: ran: Add comment to vty file with 6th Rx/tx worker cpu-affinity
The 2 vcores are left for sporadic system work to avoid producing
unstabilities in performance. Still, it can be useful to attemptt to use
them at some times, so leave the cpu-affinity prepared in case a user
wants to use it.
Change-Id: I3a99b5a58473a78b755bd408ed7121472c25df26
---
M testsuites/gtplab-sysmo2017/tunend/ran/0.gtp_flood.vty
M testsuites/gtplab-sysmo2017/tunmap/ran/0.gtp_flood.vty
2 files changed, 5 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, approved; Verified
laforge: Looks good to me, but someone else must approve
diff --git a/testsuites/gtplab-sysmo2017/tunend/ran/0.gtp_flood.vty b/testsuites/gtplab-sysmo2017/tunend/ran/0.gtp_flood.vty
index c816a12..043edd6 100644
--- a/testsuites/gtplab-sysmo2017/tunend/ran/0.gtp_flood.vty
+++ b/testsuites/gtplab-sysmo2017/tunend/ran/0.gtp_flood.vty
@@ -26,6 +26,7 @@
! core-id=2, processor=2:
cpu-affinity GtpFloodTx4 0x0004 delay
! core-id=2, processor=8: SPARE
+ !cpu-affinity GtpFloodTx5 0x0100 delay
! core-id=3, processor=3:
cpu-affinity GtpFloodRx0 0x0008 delay
! core-id=3, processor=9:
@@ -37,6 +38,8 @@
! core-id=5, processor=5:
cpu-affinity GtpFloodRx4 0x0020 delay
! core-id=2, processor=11: SPARE
+ !cpu-affinity GtpFloodRx5 0x0800 delay
+
# Configure one or more local GTP endpoints to emit GTP packets from.
# Established sessions will use these round-robin.
diff --git a/testsuites/gtplab-sysmo2017/tunmap/ran/0.gtp_flood.vty b/testsuites/gtplab-sysmo2017/tunmap/ran/0.gtp_flood.vty
index 0fe7b42..84e918c 100644
--- a/testsuites/gtplab-sysmo2017/tunmap/ran/0.gtp_flood.vty
+++ b/testsuites/gtplab-sysmo2017/tunmap/ran/0.gtp_flood.vty
@@ -26,6 +26,7 @@
! core-id=2, processor=2:
cpu-affinity GtpFloodTx4 0x0004 delay
! core-id=2, processor=8: SPARE
+ !cpu-affinity GtpFloodTx5 0x0100 delay
! core-id=3, processor=3:
cpu-affinity GtpFloodRx0 0x0008 delay
! core-id=3, processor=9:
@@ -37,6 +38,7 @@
! core-id=5, processor=5:
cpu-affinity GtpFloodRx4 0x0020 delay
! core-id=2, processor=11: SPARE
+ !cpu-affinity GtpFloodRx5 0x0800 delay
# Configure one or more local GTP endpoints to emit GTP packets from.
# Established sessions will use these round-robin.
--
To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/38762?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: I3a99b5a58473a78b755bd408ed7121472c25df26
Gerrit-Change-Number: 38762
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
pespin has submitted this change. ( https://gerrit.osmocom.org/c/upf-benchmark/+/38732?usp=email )
Change subject: testsuites: Document manual route setup required
......................................................................
testsuites: Document manual route setup required
Change-Id: Ia946c65d9de3af00c438f0178acd0e644fe95b5e
---
M testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved; Verified
diff --git a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
index 41f4616..a4951e9 100755
--- a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
+++ b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
@@ -3,3 +3,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
sudo osmo-upf -c "$SCRIPT_DIR/osmo-upf.cfg"
+
+# TODO: Route needs to be set up manually on the tun iface once it becomes created, since osmo-upf is not yet doing it (OS#6585).
+# For now, run this manually after starting osmo-upf with the current run.sh script:
+# ip route add 192.168.0.0/16 dev apn-flood
--
To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/38732?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Ia946c65d9de3af00c438f0178acd0e644fe95b5e
Gerrit-Change-Number: 38732
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>