X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2FDPDK%2Fdefault.robot;h=e6921c9b27ecf18b7e35246281d110a6598e6548;hp=070350a082b94c7acaf6d823ad15f1ff8f27fb64;hb=430afafb4cadf503ccee99c09f6de7402f5404c7;hpb=7436d8bdf60bca9b80fb76781e1f709bbcd435da diff --git a/resources/libraries/robot/DPDK/default.robot b/resources/libraries/robot/DPDK/default.robot index 070350a082..e6921c9b27 100644 --- a/resources/libraries/robot/DPDK/default.robot +++ b/resources/libraries/robot/DPDK/default.robot @@ -22,7 +22,7 @@ | Library | Collections *** Keywords *** -| Start L2FWD '${m}' worker threads and rxqueues '${n}' with jumbo frames '${b}' +| Start L2FWD '${m}' worker threads and '${n}' rxqueues with jumbo frames '${b}' | | [Documentation] | Start the l2fwd with M worker threads without SMT | | ... | and rxqueues N and B (yes or no) jumbo frames in all DUTs. | | ... @@ -44,7 +44,7 @@ | | Start the l2fwd test | ${dut2} | ${dut2_cpus} | ${nb_cores} | ${rxqueues} | | ... | ${jumbo_frames} -| Start L2FWD '${m}' worker threads using SMT and rxqueues '${n}' with jumbo frames '${b}' +| Start L2FWD '${m}' worker threads using SMT and '${n}' rxqueues with jumbo frames '${b}' | | [Documentation] | Start the l2fwd with M worker threads with SMT | | ... | and rxqueues N and B (yes or no) jumbo frames in all DUTs. | | ... @@ -67,8 +67,8 @@ | | Start the l2fwd test | ${dut2} | ${dut2_cpus} | ${nb_cores} | ${rxqueues} | | ... | ${jumbo_frames} -| Start L3FWD '${m}' worker threads and rxqueues '${n}' with jumbo frames '${b}' -| | [Documentation] | Start the l3fwd with M worker threads without SMT +| Start L3FWD '${m}' worker threads and '${n}' rxqueues with jumbo frames '${b}' +| | [Documentation] | Start the l3fwd with M worker threads without SMT | | ... | and rxqueues N and B(yes or no) jumbo frames in all DUTs. | | ${cpu_cnt}= | Convert To Integer | ${m} | | ${nb_cores}= | Convert to String | ${m} @@ -87,8 +87,8 @@ | | Start the l3fwd test | ${nodes} | ${dut2} | ${dut2_if1} | ${dut2_if2} | | ... | ${nb_cores} | ${dut2_cpus} | ${rxqueues} | ${jumbo_frames} -| Start L3FWD '${m}' worker threads using SMT and rxqueues '${n}' with jumbo frames '${b}' -| | [Documentation] | Start the l3fwd with M worker threads with SMT +| Start L3FWD '${m}' worker threads using SMT and '${n}' rxqueues with jumbo frames '${b}' +| | [Documentation] | Start the l3fwd with M worker threads with SMT | | ... | and rxqueues N and B(yes or no) jumbo frames in all DUTs. | | ${cpu_cnt}= | Convert To Integer | ${m} | | ${nb_cores_int}= | Evaluate | ${cpu_cnt}*2