From 22fe84cf9058e189165802c68ce14b96e06e5947 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 4 Oct 2017 13:19:37 +0200 Subject: CSIT-830: Add framesize tags to DPDK perf tests Change-Id: I4ba3b5bac27a95b4529b3501a24a1f2d1ba27ed6 Signed-off-by: Tibor Frank --- ...ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot | 72 ++++++++++++++++------ 1 file changed, 54 insertions(+), 18 deletions(-) (limited to 'tests/dpdk/perf/10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot') diff --git a/tests/dpdk/perf/10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot b/tests/dpdk/perf/10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot index 962552dae4..6077585e61 100644 --- a/tests/dpdk/perf/10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot +++ b/tests/dpdk/perf/10ge2p1x520-eth-l2xcbase-testpmd-ndrpdrdisc.robot @@ -57,7 +57,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding 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. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | ... +| | [Tags] | 64B | 1T1C | STHREAD | NDRDISC +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -74,7 +76,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding 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%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -92,7 +96,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding 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. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -109,7 +115,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding 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%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -127,7 +135,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames\ | | ... | using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 1T1C | STHREAD | NDRDISC +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -144,7 +154,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames\ | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%. -| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -162,7 +174,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 2 threads, 2 phy\ | | ... | cores, 1 receive queue per NIC port. [Ver] Find NDR for 64 Byte\ | | ... | frames using binary search start at 10GE linerate, step 100kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -180,7 +194,9 @@ | | ... | cores, 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%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -198,7 +214,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 2 threads, 2 phy\ | | ... | cores, 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -216,7 +234,9 @@ | | ... | cores, 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%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -234,7 +254,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 2 threads, 2 phy\ | | ... | cores, 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -252,7 +274,9 @@ | | ... | cores, 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps,\ | | ... | LT=0.5%. -| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 9000B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -270,7 +294,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 4 threads, 4 phy\ | | ... | cores, 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte\ | | ... | frames using binary search start at 10GE linerate, step 100kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD | NDRDISC +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -288,7 +314,9 @@ | | ... | cores, 2 receive queues per NIC port. [Ver] Find PDR for 64 Byte\ | | ... | frames using binary search start at 10GE linerate, step 100kpps,\ | | ... | LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -306,7 +334,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 4 threads, 4 phy\ | | ... | cores, 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -324,7 +354,9 @@ | | ... | cores, 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps,\ | | ... | LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 1518B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -342,7 +374,9 @@ | | ... | [Cfg] DUT runs L2 frame forwarding config with 4 threads, 4 phy\ | | ... | cores, 2 receive queues per NIC port. [Ver] Find NDR for 9000 Byte\ | | ... | frames using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} @@ -360,7 +394,9 @@ | | ... | cores, 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte | | ... | frames using binary search start at 10GE linerate, step 5kpps,\ | | ... | LT=0.5%. -| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Tags] | 9000B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize} -- cgit 1.2.3-korg