RE: [PATCH] net/mlx5: set correct priority for meter policy

2024-03-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shun Hao > Sent: Friday, March 1, 2024 10:46 AM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam ; Suanming Mou > ; Bing Zhao > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: set correc

Re: [PATCH] net/mlx5: set correct priority for meter policy

2024-03-01 Thread Patrick Robb
The Community CI Testing Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 3:46 AM Shun Hao wrote: > Currently a me

[PATCH] net/mlx5: set correct priority for meter policy

2024-03-01 Thread Shun Hao
Currently a meter policy's flows are always using the same priority for all colors, so the red color flow might be before green/yellow ones. This will impact the performance cause green/yellow packets will check red flow first and got miss, then match green/yellow flows, introducing more hops. Thi