Hi, From: Suanming Mou <suanmi...@nvidia.com> Sent: Wednesday, June 5, 2024 12:37 PM To: Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH v2] net/mlx5: support match with E-Switch manager
Currently, in switch mode, mlx5 PMD only supports match with dedicated vport. There is a use case which user may want to offload the rules only to match with all the packet sent by application not from vport. Since the port_id info of packet sent by application is E-Switch manager, and kernel driver has exposed the E-Switch manager register value, this commit adds the support of register matching for E-Switch manager. Signed-off-by: Suanming Mou <suanmi...@nvidia.com> Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh