History log of /dpdk/app/test-mldev/parser.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 2df20a1d 14-Feb-2024 David Marchand <david.marchand@redhat.com>

eal: add helper to skip whitespaces

Reduce code duplication by providing a simple inline helper.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Tyler Retzlaff <roretzla@linux.m

eal: add helper to skip whitespaces

Reduce code duplication by providing a simple inline helper.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

show more ...


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

app/mldev: introduce test framework for mldev

Implemented framework for mldev test application. New test cases
can be added using the framework. Support is also enabled to add
options specific to th

app/mldev: introduce test framework for mldev

Implemented framework for mldev test application. New test cases
can be added using the framework. Support is also enabled to add
options specific to the test cases. User can launch the tests by
specifying the name of test as part of launch arguments.

Code to parse command line arguments is imported from
test-eventdev, with support to parse additional data types.

Common arguments supported include:

test : name of the test application to run
dev_id : device id of the ML device
socket_id : socket_id of application resources
debug : enable debugging
help : print help

Sample launch command:
./dpdk-test-mldev -- --test <testname> --dev_id <dev_id> \
--socket_id <socket_id>

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

show more ...