pespin submitted this change.

View Change

Approvals: pespin: Looks good to me, approved; Verified laforge: Looks good to me, but someone else must approve
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(-)

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 change 38741. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Iaa048cdfed459942973314d626103689f22a4239
Gerrit-Change-Number: 38741
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>