pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/62/38762/1
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.