Hi, From: Suanming Mou <suanmi...@nvidia.com> Sent: Wednesday, November 6, 2024 11:34 AM To: Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Matan Azrad Cc: dev@dpdk.org; sta...@dpdk.org Subject: [PATCH v2] doc: update match with compare result item limitation
In switch mode, when ``repr_matching_en`` flag is enabled in the devarg, the match with compare result item is not supported to the ``ingress`` rule as an implicit REPRESENTED_PORT need to be added to the matcher. That REPRESENTED_PORT item conflicts with the single item limitation for match with compare result item. Fixes: cb25df7ce9d6 ("net/mlx5: support comparison matching") Cc: sta...@dpdk.org Signed-off-by: Suanming Mou <suanmi...@nvidia.com> --- v2: Add `repr_matching_en`` enabled by default explanation. ---- Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh