Hi Anup, Your ack is lost in patch lines. Please make sure your email client is quoting the original email lines, so we can distinguish your answer from the original email.
Also you can drop useless lines when replying (see how I removed patch content here). 01/02/2023 14:54, Anup Prabhu: > > -----Original Message----- > From: Srikanth Yalavarthi <[email protected]> > Sent: Wednesday, February 1, 2023 2:35 PM > To: Srikanth Yalavarthi <[email protected]> > Cc: [email protected]; Shivah Shankar Shankar Narayan Rao > <[email protected]>; Jerin Jacob Kollanukkaran <[email protected]>; > Anup Prabhu <[email protected]> > Subject: [PATCH v4 1/4] mldev: add headers for internal ML functions > > Added header files for internal ML utility routines to convert IO type and > format to string, IO type to size and routines to convert data types. > > Signed-off-by: Srikanth Yalavarthi <[email protected]> > --- > lib/mldev/meson.build | 2 + > lib/mldev/mldev_utils.c | 5 + > lib/mldev/mldev_utils.h | 345 ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 352 insertions(+) > create mode 100644 lib/mldev/mldev_utils.c create mode 100644 > lib/mldev/mldev_utils.h > > Acked-by: Anup Prabhu <[email protected]>

