RE: [PATCH v2 3/3] mldev: drop input and output size get APIs

2023-10-02 Thread Anup Prabhu
> -Original Message- > From: Srikanth Yalavarthi > Sent: Wednesday, September 20, 2023 12:49 PM > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Anup Prabhu ; > Prince Takkar > Subject: [PATCH v2 3/3] mldev: drop input

[PATCH v2 3/3] mldev: drop input and output size get APIs

2023-09-20 Thread Srikanth Yalavarthi
Drop support and use of ML input and output size get functions, rte_ml_io_input_size_get and rte_ml_io_output_size_get. These functions are not required, as the model buffer size can be computed from the fields of updated rte_ml_io_info structure. Signed-off-by: Srikanth Yalavarthi --- drivers/