aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/dpdk/default.robot
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2020-08-25 06:57:59 +0000
committerPeter Mikus <pmikus@cisco.com>2020-09-03 06:25:33 +0000
commit3b2dcb0348e890950dfbc3fe4aec7008d4e1f63a (patch)
tree406b1e5b24669e13d0175521f4c3ab893dd0b9e4 /resources/libraries/robot/dpdk/default.robot
parente583679e9d0f8020ab62ec0995d650a31ef042af (diff)
Framework: Bump DPDK 20.08
+ DPDK 20.08 + Migrate make -> meson + Fix all trending issues Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I31dcb22627c0f8d17ec63c5b138a2da958b006f4
Diffstat (limited to 'resources/libraries/robot/dpdk/default.robot')
-rw-r--r--resources/libraries/robot/dpdk/default.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/dpdk/default.robot b/resources/libraries/robot/dpdk/default.robot
index 15b61e7f04..957a2541d8 100644
--- a/resources/libraries/robot/dpdk/default.robot
+++ b/resources/libraries/robot/dpdk/default.robot
@@ -41,8 +41,8 @@
| | | ${numa}= | Get interfaces numa node | ${nodes['${dut}']}
| | | ... | ${${dut}_pf1}[0] | ${${dut}_pf2}[0]
| | | ${smt_used}= | Is SMT enabled | ${nodes['${dut}']['cpuinfo']}
-| | | ${cpus}= | Cpu Range Per Node Str | ${nodes['${dut}']} | ${numa}
-| | | ... | skip_cnt=${1} | cpu_cnt=${dp_cores} | smt_used=${smt_used}
+| | | ${cpus}= | Cpu List Per Node Str | ${nodes['${dut}']} | ${numa}
+| | | ... | skip_cnt=${2} | cpu_cnt=${cpu_count_int} | smt_used=${smt_used}
| | | ${thr_count_int}= | Run keyword if | ${smt_used} |
| | | ... | Evaluate | int(${cpu_count_int}*2) | ELSE | Set variable
| | | ... | ${thr_count_int}
@@ -84,7 +84,7 @@
| | | ... | ${${dut}_pf1}[0] | ${${dut}_pf2}[0]
| | | ${smt_used}= | Is SMT enabled | ${nodes['${dut}']['cpuinfo']}
| | | ${cpus}= | Cpu List Per Node Str | ${nodes['${dut}']} | ${numa}
-| | | ... | skip_cnt=${1} | cpu_cnt=${cpu_count_int} | smt_used=${smt_used}
+| | | ... | skip_cnt=${2} | cpu_cnt=${cpu_count_int} | smt_used=${smt_used}
| | | ${thr_count_int}= | Run keyword if | ${smt_used} |
| | | ... | Evaluate | int(${cpu_count_int}*2) | ELSE | Set variable
| | | ... | ${thr_count_int}