RE: [PATCH v6 17/18] net/mlx5: support device control of representor matching

2022-10-24 Thread Slava Ovsiienko
> -Original Message- > From: Suanming Mou > Sent: Thursday, October 20, 2022 18:42 > To: Matan Azrad ; Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh ; Ori Kam > ; Dariusz Sosnowski > Subject: [PATCH v6 17/18] net/mlx5: support device control of representor

[PATCH v6 17/18] net/mlx5: support device control of representor matching

2022-10-20 Thread Suanming Mou
From: Dariusz Sosnowski In some E-Switch use cases applications want to receive all traffic on a single port. Since currently flow API does not provide a way to match traffic forwarded to any port representor, this patch adds support for controlling representor matching on ingress flow rules. Re