[PATCH v6 05/18] net/mlx5: add HW steering port action
Slava Ovsiienko
viacheslavo at nvidia.com
Mon Oct 24 11:44:35 CEST 2022
> -----Original Message-----
> From: Suanming Mou <suanmingm at nvidia.com>
> Sent: Thursday, October 20, 2022 18:42
> To: Matan Azrad <matan at nvidia.com>; Slava Ovsiienko <viacheslavo at nvidia.com>
> Cc: dev at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>; Ori Kam
> <orika at nvidia.com>; Dariusz Sosnowski <dsosnowski at nvidia.com>
> Subject: [PATCH v6 05/18] net/mlx5: add HW steering port action
>
> From: Dariusz Sosnowski <dsosnowski at nvidia.com>
>
> This patch implements creating and caching of port actions for use with
> HW Steering FDB flows.
>
> Actions are created on flow template API configuration and created
> only on the port designated as master. Attaching and detaching of ports
> in the same switching domain causes an update to the port actions cache
> by, respectively, creating and destroying actions.
>
> A new devarg fdb_def_rule_en is being added and it's used to control
> the default dedicated E-Switch rule is created by PMD implicitly or not,
> and PMD sets this value to 1 by default.
> If set to 0, the default E-Switch rule will not be created and user can
> create the specific E-Switch rule on root table if needed.
>
> Signed-off-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
More information about the dev
mailing list