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 <syalavar...@marvell.com> > Sent: Wednesday, February 1, 2023 2:35 PM > To: Srikanth Yalavarthi <syalavar...@marvell.com> > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > <sshankarn...@marvell.com>; Jerin Jacob Kollanukkaran <jer...@marvell.com>; > Anup Prabhu <apra...@marvell.com> > 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 <syalavar...@marvell.com> > --- > 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 <apra...@marvell.com>