* [dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info
@ 2023-01-16 2:24 Yu Jiang
2023-01-29 1:47 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Yu Jiang @ 2023-01-16 2:24 UTC (permalink / raw)
To: lijuan.tu, dts; +Cc: Yu Jiang
adapt lscpu info
Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
tests/TestSuite_crypto_perf_cryptodev_perf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/TestSuite_crypto_perf_cryptodev_perf.py b/tests/TestSuite_crypto_perf_cryptodev_perf.py
index 9270b52d..91b8048a 100644
--- a/tests/TestSuite_crypto_perf_cryptodev_perf.py
+++ b/tests/TestSuite_crypto_perf_cryptodev_perf.py
@@ -327,6 +327,8 @@ class PerfTestsCryptodev(TestCase):
for each_line in out.split("\n"):
if each_line.find(":") == -1:
continue
+ elif "Vulnerability" in each_line:
+ continue
key, value = each_line.split(":")
cpu_info[key] = value.strip()
core, thread = 0, 0
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info
2023-01-16 2:24 [dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info Yu Jiang
@ 2023-01-29 1:47 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-01-29 1:47 UTC (permalink / raw)
To: lijuan.tu, dts, Yu Jiang; +Cc: Yu Jiang
On Mon, 16 Jan 2023 10:24:09 +0800, Yu Jiang <yux.jiang@intel.com> wrote:
> adapt lscpu info
>
> Signed-off-by: Yu Jiang <yux.jiang@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-29 1:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 2:24 [dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info Yu Jiang
2023-01-29 1:47 ` lijuan.tu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).