History log of /dpdk/app/test-mldev/test_common.h (Results 1 – 3 of 3)
Revision Date Author Comments
# fccf444c 07-Jun-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

app/mldev: add function for file read

Added internal function to read model, input and reference
files with required error checks. This change fixes the
unchecked return value and improper use of ne

app/mldev: add function for file read

Added internal function to read model, input and reference
files with required error checks. This change fixes the
unchecked return value and improper use of negative value
issues reported by coverity scan for file read operations.

Coverity issue: 383742, 383743
Fixes: f6661e6d9a3a ("app/mldev: validate model operations")
Fixes: da6793390596 ("app/mldev: support inference validation")
Cc: stable@dpdk.org

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

show more ...


# 77fefa0a 23-Apr-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

app/mldev: enable reporting xstats

Enabled reporting xstats in ML test application. Enabled
stats option for model_ops test case. Added common files
for xstats and throughput functions.

Signed-off-

app/mldev: enable reporting xstats

Enabled reporting xstats in ML test application. Enabled
stats option for model_ops test case. Added common files
for xstats and throughput functions.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

show more ...


# 29369778 16-Mar-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

app/mldev: add common test functions

Added common functions used by all tests. Common code
includes functions to check capabilities, options, and
handle ML devices.

Signed-off-by: Srikanth Yalavart

app/mldev: add common test functions

Added common functions used by all tests. Common code
includes functions to check capabilities, options, and
handle ML devices.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Anup Prabhu <aprabhu@marvell.com>

show more ...