RE: [PATCH v1] net/mlx5: fix representor item and meter

2022-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shun Hao > Sent: Tuesday, November 8, 2022 10:51 AM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam ; Sean Zhang > (Networking SW) > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH v1] net/mlx5: fix

[PATCH v1] net/mlx5: fix representor item and meter

2022-11-08 Thread Shun Hao
When creating flow matching port representor item with meter action, it will fail due to incorrect parsing the item. This patch fixes this issue by adding the correct item parse for port representor in validation. Fixes: 707d5e7d79 ("net/mlx5: support flow matching on representor ID") Cc: sta...@