pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/upf-benchmark/+/38741?usp=email )
Change subject: testsuites: eupf: Use xdp_attach_mode native
......................................................................
testsuites: eupf: Use xdp_attach_mode native
This is preferred over the generic mode, since the mlx5 driver supports
it and should provide better performance.
Change-Id: Iaa048cdfed459942973314d626103689f22a4239
---
M testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
M testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/41/38741/1
diff --git a/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
b/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
index 5f1efac..924328c 100644
--- a/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
+++ b/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
@@ -1,5 +1,5 @@
interface_name: [enp2s0f0np0, enp2s0f1np1]
-xdp_attach_mode: generic
+xdp_attach_mode: native
api_address: :8080
pfcp_address: 172.16.31.2:8805
pfcp_node_id: 172.16.31.2
diff --git a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
index 5f1efac..924328c 100644
--- a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
+++ b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
@@ -1,5 +1,5 @@
interface_name: [enp2s0f0np0, enp2s0f1np1]
-xdp_attach_mode: generic
+xdp_attach_mode: native
api_address: :8080
pfcp_address: 172.16.31.2:8805
pfcp_node_id: 172.16.31.2
--
To view, visit
https://gerrit.osmocom.org/c/upf-benchmark/+/38741?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Iaa048cdfed459942973314d626103689f22a4239
Gerrit-Change-Number: 38741
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>