> -----Original Message----- > From: Srikanth Yalavarthi > Sent: Monday, October 2, 2023 3:29 PM > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Anup Prabhu ; > Prince Takkar > Subject: [PATCH v4 3/3] mldev: drop input and output size get APIs > > 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 Acked-by: Anup Prabhu