RE: [EXT] Re: [PATCH v4 04/12] app/mldev: add test case to validate model ops

2023-03-09 Thread Srikanth Yalavarthi
> -Original Message- > From: Thomas Monjalon > Sent: 10 March 2023 00:13 > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Jerin Jacob Kollanukkaran > ; Anup Prabhu ; Prince Takkar > ; Parijat Shukla > Subject: [EXT] Re: [PAT

Re: [PATCH v4 04/12] app/mldev: add test case to validate model ops

2023-03-09 Thread Thomas Monjalon
07/02/2023 16:49, Srikanth Yalavarthi: > --- a/app/test-mldev/ml_options.c > +++ b/app/test-mldev/ml_options.c > @@ -4,6 +4,7 @@ > > #include > #include > +#include It breaks on non-Linux OS of course. include is enough and more portable. I will fix while merging. In general, I think you

RE: [PATCH v4 04/12] app/mldev: add test case to validate model ops

2023-03-01 Thread Anup Prabhu
bject: [PATCH v4 04/12] app/mldev: add test case to validate model ops > > Added test case to validate model operations. Model ops test is a collection > of sub-tests. Each sub-test invokes the model operations in a specific order. > > Sub-test A: (load -> start -> stop -&g

[PATCH v4 04/12] app/mldev: add test case to validate model ops

2023-02-07 Thread Srikanth Yalavarthi
Added test case to validate model operations. Model ops test is a collection of sub-tests. Each sub-test invokes the model operations in a specific order. Sub-test A: (load -> start -> stop -> unload) x n Sub-test B: load x n -> start x n -> stop x n -> unload x n Sub-test C: load x n + (start +