> -----Original Message----- > From: Srikanth Yalavarthi <[email protected]> > Sent: Tuesday, February 7, 2023 9:20 PM > To: Thomas Monjalon <[email protected]>; Srikanth Yalavarthi > <[email protected]> > Cc: [email protected]; Shivah Shankar Shankar Narayan Rao > <[email protected]>; Jerin Jacob Kollanukkaran > <[email protected]>; Anup Prabhu <[email protected]>; Prince Takkar > <[email protected]>; Parijat Shukla <[email protected]> > Subject: [PATCH v4 01/12] app/mldev: implement 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 <[email protected]> Acked-by: Shivah Shankar S <[email protected]>
<<attachment: winmail.dat>>

