RE: [PATCH 2/3] net/mlx5: fix handle validation for meter mark

2023-07-18 Thread Suanming Mou
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, July 11, 2023 11:21 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava Ovsiienko > ; Matan Azrad > Subject: [PATCH 2/3] net/mlx5: fix handle validation for meter mark >

[PATCH 2/3] net/mlx5: fix handle validation for meter mark

2023-07-11 Thread Alexander Kozyrev
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 mar