diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-04-26 10:29:53 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-04-26 10:57:10 +0000 |
commit | a8b7c9c677bd1eac46e72af277c73b1476ce4d0a (patch) | |
tree | 8c389aa7f8ca749c7533bdd65b7f74abc5797d5b /resources/libraries/robot/shared | |
parent | f4e4f33b1c48b925353c9732846e4c6d03186ebd (diff) |
FIX: Change buffers per numa base on SMT
Change-Id: I4955210e2c723d4b91d8829ac42e47937d17833f
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/default.robot | 4 |
1 files changed, 3 insertions, 1 deletions
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 |