Hi, > -----Original Message----- > From: Gregory Etelson <[email protected]> > Sent: Tuesday, October 17, 2023 2:42 AM > To: [email protected] > Cc: Gregory Etelson <[email protected]>; Maayan Kashani > <[email protected]>; Raslan Darawsheh <[email protected]>; Hamdan > Igbaria <[email protected]>; Matan Azrad <[email protected]>; Slava > Ovsiienko <[email protected]>; Ori Kam <[email protected]>; Suanming > Mou <[email protected]> > Subject: [PATCH v2 01/16] net/mlx5/hws: add support for reformat DevX object > > From: Hamdan Igbaria <[email protected]> > > Add support for creation of packet reformat object, via the > ALLOC_PACKET_REFORMAT_CONTEXT command. > > Signed-off-by: Hamdan Igbaria <[email protected]>
Acked-by: Suanming Mou <[email protected]> I'm OK for the series, but please update v3 with cover-letter as it is missing. Thanks. > --- > drivers/common/mlx5/mlx5_prm.h | 39 +++++++++++++++++ > drivers/net/mlx5/hws/mlx5dr_cmd.c | 60 ++++++++++++++++++++++++++ > drivers/net/mlx5/hws/mlx5dr_cmd.h | 11 +++++ > drivers/net/mlx5/hws/mlx5dr_internal.h | 5 +++ > drivers/net/mlx5/hws/mlx5dr_send.c | 5 --- > 5 files changed, 115 insertions(+), 5 deletions(-) > > 2.39.2

