From c9f86cdc2774798b371c9bd011168f972656a3b8 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 16 Feb 2018 14:48:14 +0100 Subject: [PATCH] FIX: Ligato tests - update binary search - update VPP agent ver Change-Id: If93346f43fabc8afac28b1dcfa5c44433d53a1a4 Signed-off-by: Peter Mikus --- VPP_AGENT_STABLE_VER | 2 +- bootstrap-verify-perf-ligato.sh | 2 +- tests/kubernetes/perf/__init__.robot | 5 +++ ...eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- ...eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot | 48 +++++++++++----------- 13 files changed, 247 insertions(+), 242 deletions(-) diff --git a/VPP_AGENT_STABLE_VER b/VPP_AGENT_STABLE_VER index f1080a2a0c..b6d7951a73 100644 --- a/VPP_AGENT_STABLE_VER +++ b/VPP_AGENT_STABLE_VER @@ -1 +1 @@ -gpantheon-dev \ No newline at end of file +v1.1 diff --git a/bootstrap-verify-perf-ligato.sh b/bootstrap-verify-perf-ligato.sh index 79fdba698e..f2a9278029 100644 --- a/bootstrap-verify-perf-ligato.sh +++ b/bootstrap-verify-perf-ligato.sh @@ -98,7 +98,7 @@ if [ $? != 0 ]; then echo "Failed to run: git clone --depth 1 ${LIGATO_REPO_URL}/vpp-agent" exit 1 fi -cd vpp-agent && git checkout ${VPP_AGENT_STABLE_COMMIT} +cd vpp-agent && git checkout b99e43a # If the git checkout fails, complain clearly and exit if [ $? != 0 ]; then echo "Failed to run: git checkout ${VPP_AGENT_STABLE_VER}" diff --git a/tests/kubernetes/perf/__init__.robot b/tests/kubernetes/perf/__init__.robot index 8f06daa6c1..e8384def28 100644 --- a/tests/kubernetes/perf/__init__.robot +++ b/tests/kubernetes/perf/__init__.robot @@ -46,3 +46,8 @@ | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5 | | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage | | Set Global Variable | ${pkt_trace} | ${False} +| | @{plugins_to_disable}= | Create List | acl_plugin.so | flowprobe_plugin.so +| | ... | gtpu_plugin.so | ila_plugin.so | ioam_plugin.so | ixge_plugin.so +| | ... | kubeproxy_plugin.so | l2e_plugin.so | lb_plugin.so +| | ... | nat_plugin.so | pppoe_plugin.so | sixrd_plugin.so | stn_plugin.so +| | Set Global Variable | @{plugins_to_disable} diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot index 12d64a124a..5a560ad90c 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot @@ -173,133 +173,133 @@ | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot index fa59d89604..465b44e16d 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot @@ -180,133 +180,133 @@ | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot index d08cf21d85..78ed704f5e 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot @@ -194,133 +194,133 @@ | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot index 5bb940415d..c1654cba37 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot @@ -180,133 +180,133 @@ | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot index ea4ce8d930..8da21f1d3b 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot @@ -194,133 +194,133 @@ | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2bdbasemaclrn-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Bridge Domain Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot index 1c6aab27fe..98baa5e932 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrpdrdisc.robot @@ -170,133 +170,133 @@ | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1-ceth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-1drcl2xc-1paral-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot index 0bb0a45fae..a5094b3b0f 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrpdrdisc.robot @@ -177,133 +177,133 @@ | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-2drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot index 7617a0314a..9bc86047c3 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdrdisc.robot @@ -191,133 +191,133 @@ | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2xcbase-eth-2memif-4drcl2xc-1horiz-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot index 8054085f89..71c4b7bd81 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrpdrdisc.robot @@ -177,133 +177,133 @@ | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2xcbase-eth-4memif-2drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR diff --git a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot index dc839e7bc2..2a64aa2a43 100644 --- a/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot +++ b/tests/kubernetes/perf/container_memif/10ge2p1x520-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrpdrdisc.robot @@ -191,133 +191,133 @@ | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc02-64B-1t1c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc03-IMIX-1t1c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc04-IMIX-1t1c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc05-1518B-1t1c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=NDR | tc06-1518B-1t1c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=1 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=1 | rxq=1 | search_type=PDR | tc07-64B-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc08-64B-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 100kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${64} | min_rate=${100000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${64} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc09-IMIX-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 2 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc10-IMIX-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for IMIX_v4_1 frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | IMIX_v4_1 = (28x64B;16x570B;4x1518B) | | ... | | [Tags] | IMIX | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=IMIX_v4_1 | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=IMIX_v4_1 | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR | tc11-1518B-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps. +| | ... | linerate, step 50kpps. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=NDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=NDR | tc12-1518B-2t2c-eth-1drcl2xcbase-eth-8memif-4drcl2xc-1chain-k8s-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2XC switching config with 2 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ -| | ... | linerate, step 10kpps, LT=0.5%. +| | ... | linerate, step 50kpps, LT=0.5%. | | ... | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | [Template] | L2 Cross Connect Binary Search -| | framesize=${1518} | min_rate=${10000} | wt=2 | rxq=1 | search_type=PDR +| | framesize=${1518} | min_rate=${50000} | wt=2 | rxq=1 | search_type=PDR -- 2.16.6