> -----Original Message----- > From: Srikanth Yalavarthi > Sent: Tuesday, February 7, 2023 9:20 PM > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Jerin Jacob Kollanukkaran > ; Anup Prabhu ; Prince Takkar > ; Parijat Shukla > Subject: [PATCH v4 07/12] app/mldev: enable support for burst inferences > > Added 'burst_size' support for inference tests. Burst size controls the > number of inference requests handled during the burst enqueue and > dequeue operations of the test case. > > Signed-off-by: Srikanth Yalavarthi > --- > app/test-mldev/ml_options.c | 26 ++-- > app/test-mldev/ml_options.h | 2 + > app/test-mldev/test_inference_common.c | 159 > ++++++++++++++++++++++++- > app/test-mldev/test_inference_common.h | 4 + > 4 files changed, 181 insertions(+), 10 deletions(-) > Acked-by: Anup Prabhu