Hi, > -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: Tuesday, July 11, 2023 11:21 PM > To: [email protected] > Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava Ovsiienko > <[email protected]>; Matan Azrad <[email protected]> > Subject: [PATCH 2/3] net/mlx5: fix handle validation for meter mark > > Skip the METER_MARK validation for the indirect action update. > The old synchronous indirect action update was left out during the METER_MARK > implementation in favor of the async way. > Allow the sync method of doing this with relaxed validation. > > Fixes: 48fbb0e93d06 ("net/mlx5: support flow meter mark indirect action with > HWS") > > Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Suanming Mou <[email protected]> Thanks.

