RE: [PATCH v2 3/3] app/testpmd: fix meter mark handle update

2023-07-18 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, July 18, 2023 4:32 PM > > The indirect action handle update for the METER_MERK action > was implemented only for the async RTE Flow API. > Allow updating the METER_MARK parameters via the old sync method. > > Fixes: 9c4a0c

[PATCH v2 3/3] app/testpmd: fix meter mark handle update

2023-07-18 Thread Alexander Kozyrev
The indirect action handle update for the METER_MERK action was implemented only for the async RTE Flow API. Allow updating the METER_MARK parameters via the old sync method. Fixes: 9c4a0c1859a3 ("ethdev: add meter color mark flow action") Signed-off-by: Alexander Kozyrev --- app/test-pmd/confi