X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip4_tunnels%2F10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot;h=e1e1aa4fc832a04ad5dbc238d25ef00fe8c208bd;hb=e3bed8e21e3c8b60734ce95eb2bb2a2d371a9907;hp=2dc5be49815b040d34bcf7819d7e2fa895163237;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b;p=csit.git diff --git a/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot index 2dc5be4981..e1e1aa4fc8 100644 --- a/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot +++ b/tests/vpp/perf/ip4_tunnels/10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot @@ -54,19 +54,19 @@ | tc01-64B-1t1c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 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] | 64B | 1T1C | STHREAD | NDRDISC +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 64B | 1C | NDRDISC | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -84,19 +84,19 @@ | tc02-64B-1t1c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 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] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 64B | 1C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -115,19 +115,19 @@ | tc03-1480B-1t1c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 1 phy core, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps. -| | [Tags] | 1480B | 1T1C | STHREAD | NDRDISC +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 1480B | 1C | NDRDISC | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -145,19 +145,19 @@ | tc04-1480B-1t1c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 1 phy core, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find PDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps, LT=0.5%. -| | [Tags] | 1480B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 1480B | 1C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -176,11 +176,11 @@ | tc05-9000B-1t1c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 1 phy core, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 5kpps. -| | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC +| | ... | at 10GE linerate, step 10kpps. +| | [Tags] | 9000B | 1C | NDRDISC | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -188,7 +188,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} @@ -205,11 +205,11 @@ | tc06-9000B-1t1c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 1 thread, 1 phy core, 1 receive queue per NIC\ +| | ... | filters config with 1 phy core, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 5kpps, LT=0.5%. -| | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 10kpps, LT=0.5%. +| | [Tags] | 9000B | 1C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -217,7 +217,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} @@ -235,19 +235,19 @@ | tc07-64B-2t2c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 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] | 64B | 2T2C | MTHREAD | NDRDISC +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 64B | 2C | NDRDISC | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -265,19 +265,19 @@ | tc08-64B-2t2c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 2 phy 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] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 64B | 2C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -296,19 +296,19 @@ | tc09-1480B-2t2c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 2 phy cores, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps. -| | [Tags] | 1480B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 1480B | 2C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -326,19 +326,19 @@ | tc10-1480B-2t2c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 2 phy cores, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find PDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps, LT=0.5%. -| | [Tags] | 1480B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 1480B | 2C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -357,11 +357,11 @@ | tc11-9000B-2t2c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 2 phy cores, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 5kpps. -| | [Tags] | 9000B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 10kpps. +| | [Tags] | 9000B | 2C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -369,7 +369,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} @@ -386,11 +386,11 @@ | tc12-9000B-2t2c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 2 threads, 2 phy cores, 1 receive queue per NIC\ +| | ... | filters config with 2 phy cores, 1 receive queue per NIC\ | | ... | port. | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 5kpps, LT=0.5%. -| | [Tags] | 9000B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 10kpps, LT=0.5%. +| | [Tags] | 9000B | 2C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -398,7 +398,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} @@ -416,19 +416,19 @@ | tc13-64B-4t4c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 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] | 64B | 4T4C | MTHREAD | NDRDISC +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 64B | 4C | NDRDISC | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -446,19 +446,19 @@ | tc14-64B-4t4c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 4 phy 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] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 64B | 4C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${64} -| | ${min_rate}= | Set Variable | ${100000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -477,19 +477,19 @@ | tc15-1480B-4t4c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 4 phy cores, 2 receive queues per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps. -| | [Tags] | 1480B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps. +| | [Tags] | 1480B | 4C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -507,19 +507,19 @@ | tc16-1480B-4t4c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 4 phy cores, 2 receive queues per NIC\ | | ... | port. | | ... | [Ver] Find PDR for 1480 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 10kpps, LT=0.5%. -| | [Tags] | 1480B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 50kpps, LT=0.5%. +| | [Tags] | 1480B | 4C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1480} -| | ${min_rate}= | Set Variable | ${10000} +| | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} | | ${binary_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology @@ -538,11 +538,11 @@ | tc17-9000B-4t4c-ethip4lispip4-ip4base-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 4 phy cores, 2 receive queues per NIC\ | | ... | port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start\ -| | ... | at 10GE linerate, step 5kpps. -| | [Tags] | 9000B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 10kpps. +| | [Tags] | 9000B | 4C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -550,7 +550,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} @@ -567,11 +567,11 @@ | tc18-9000B-4t4c-ethip4lispip4-ip4base-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs IPv4 LISP remote static mappings and whitelist\ -| | ... | filters config with 4 threads, 4 phy cores, 2 receive queues per NIC\ +| | ... | filters config with 4 phy 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] | 9000B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... | at 10GE linerate, step 10kpps, LT=0.5%. +| | [Tags] | 9000B | 4C | PDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + 8} @@ -579,7 +579,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add PCI devices to DUTs in 3-node single link topology +| | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4}