RE: [PATCH v5 2/4] mldev: implement ML IO type handling functions

2023-02-01 Thread Anup Prabhu
> -Original Message- > From: Srikanth Yalavarthi > Sent: Wednesday, February 1, 2023 2:43 PM > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Jerin Jacob Kollanukkaran > ; Anup Prabhu > Subject: [PATCH v5 2/4] mldev: imple

[PATCH v5 2/4] mldev: implement ML IO type handling functions

2023-02-01 Thread Srikanth Yalavarthi
Implemented ML utility functions to convert IO data type to name, IO format to name and routine to get the size of an IO data type in bytes. Signed-off-by: Srikanth Yalavarthi --- v5: * Moved the code from drivers/common/ml to lib/mldev * Added rte_ml_io_ prefix to the functions v2: * Implemente