RE: [EXT] Re: [PATCH v6 05/12] app/mldev: add ordered inference test case

2023-03-16 Thread Srikanth Yalavarthi
hi > Subject: Re: [EXT] Re: [PATCH v6 05/12] app/mldev: add ordered inference > test case > > 16/03/2023 18:47, Srikanth Yalavarthi: > > From: Thomas Monjalon > > > 11/03/2023 16:08, Srikanth Yalavarthi: > > > > static struct option lgopts[] = { > > &g

Re: [EXT] Re: [PATCH v6 05/12] app/mldev: add ordered inference test case

2023-03-16 Thread Thomas Monjalon
16/03/2023 18:47, Srikanth Yalavarthi: > From: Thomas Monjalon > > 11/03/2023 16:08, Srikanth Yalavarthi: > > > static struct option lgopts[] = { > > > - {ML_TEST, 1, 0, 0}, {ML_DEVICE_ID, 1, 0, 0}, {ML_SOCKET_ID, 1, 0, 0}, > > {ML_MODELS, 1, 0, 0}, > > > - {ML_DEBUG, 0, 0, 0}, {ML_HELP, 0, 0, 0

RE: [EXT] Re: [PATCH v6 05/12] app/mldev: add ordered inference test case

2023-03-16 Thread Srikanth Yalavarthi
> -Original Message- > From: Thomas Monjalon > Sent: 16 March 2023 23:15 > 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 v6 05/12] app/mldev: add ordered inference test case

2023-03-16 Thread Thomas Monjalon
11/03/2023 16:08, Srikanth Yalavarthi: > static struct option lgopts[] = { > - {ML_TEST, 1, 0, 0}, {ML_DEVICE_ID, 1, 0, 0}, {ML_SOCKET_ID, 1, 0, 0}, > {ML_MODELS, 1, 0, 0}, > - {ML_DEBUG, 0, 0, 0}, {ML_HELP, 0, 0, 0}, {NULL, 0, 0, 0}}; > + {ML_TEST, 1, 0, 0}, {ML_DEVICE_ID, 1,

[PATCH v6 05/12] app/mldev: add ordered inference test case

2023-03-11 Thread Srikanth Yalavarthi
Added an ordered test case to execute inferences with single or multiple models. In this test case inference requests for a model are enqueued after completion of all requests for the previous model. Test supports inference repetitions. Operations sequence when testing with N models and R reps, (