Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Tuesday, July 11, 2023 11:21 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com> > 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 <akozy...@nvidia.com>
Acked-by: Suanming Mou <suanmi...@nvidia.com> Thanks.