> -----Original Message----- > From: Srikanth Yalavarthi > Sent: Tuesday, February 7, 2023 9:20 PM > To: Thomas Monjalon ; Srikanth Yalavarthi > > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Jerin Jacob Kollanukkaran > ; Anup Prabhu ; Prince Takkar > ; Parijat Shukla > Subject: [PATCH v4 12/12] app/mldev: add documentation for mldev test > cases > > Added documentation specific to mldev test cases. Added details > about all test cases and option supported by individual tests. > > Signed-off-by: Srikanth Yalavarthi > --- > MAINTAINERS | 1 + > app/test-mldev/test_inference_common.c | 27 +- > .../tools/img/mldev_inference_interleave.svg | 669 ++++++++++++++++++ > .../tools/img/mldev_inference_ordered.svg | 528 ++++++++++++++ > .../tools/img/mldev_model_ops_subtest_a.svg | 420 +++++++++++ > .../tools/img/mldev_model_ops_subtest_b.svg | 423 +++++++++++ > .../tools/img/mldev_model_ops_subtest_c.svg | 366 ++++++++++ > .../tools/img/mldev_model_ops_subtest_d.svg | 424 +++++++++++ > doc/guides/tools/index.rst | 1 + > doc/guides/tools/testmldev.rst | 441 ++++++++++++ > 10 files changed, 3279 insertions(+), 21 deletions(-) > Acked-by: Anup Prabhu