X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fdefault.robot;h=5337fdda956114999359c0e4cb05170fd1b1e8ff;hp=372a400e49792bc9a958af68f83d8a41fb83387c;hb=a8b7c9c677bd1eac46e72af277c73b1476ce4d0a;hpb=f4e4f33b1c48b925353c9732846e4c6d03186ebd diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 372a400e49..5337fdda95 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -217,7 +217,9 @@ | | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${rxq_count_int} # For now there is no way to easily predict the number of buffers. Statically # doing maximum amount of buffers allowed by DPDK. -| | | Run keyword | ${dut}.Add Buffers Per Numa | ${215040} +| | | Run keyword if | ${smt_used} +| | | ... | Run keyword | ${dut}.Add Buffers Per Numa | ${215040} | ELSE +| | | ... | Run keyword | ${dut}.Add Buffers Per Numa | ${107520} | | | Run keyword if | ${thr_count_int} > 1 | | | ... | Set Tags | MTHREAD | ELSE | Set Tags | STHREAD | | | Set Tags | ${thr_count_int}T${cpu_count_int}C