pespin has submitted this change. ( 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(-) 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/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: merged Gerrit-Project: upf-benchmark Gerrit-Branch: master Gerrit-Change-Id: Iaa048cdfed459942973314d626103689f22a4239 Gerrit-Change-Number: 38741 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
