> -----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 03/12] app/mldev: add test case to validate device ops > > Added test case to validate device handling operations. Device ops test is a > collection of multiple sub-tests. Enabled sub-test to validate device > reconfiguration. Set device_ops as the default test. > > Signed-off-by: Srikanth Yalavarthi > --- > app/test-mldev/meson.build | 1 + > app/test-mldev/ml_options.c | 5 +- > app/test-mldev/test_device_ops.c | 234 > +++++++++++++++++++++++++++++++ app/test-mldev/test_device_ops.h > | 17 +++ > 4 files changed, 255 insertions(+), 2 deletions(-) create mode 100644 > Acked-by: Anup Prabhu