> -----Original Message-----
> From: Andrey Vesnovaty <[email protected]>
> Sent: Friday, October 23, 2020 13:24
> To: [email protected]
> Cc: [email protected]; [email protected]; NBU-Contact-Thomas Monjalon
> <[email protected]>; [email protected];
> [email protected]; [email protected]; Ori Kam
> <[email protected]>; Slava Ovsiienko <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; Matan Azrad
> <[email protected]>; Shahaf Shuler <[email protected]>
> Subject: [PATCH v2 3/4] net/mlx5: shared action PMD
> 
> Handle shared action on flow validation/creation/destruction.
> mlx5 PMD translates shared action into a regular one before handling flow
> validation/creation. The shared action translation applied to utilize the same
> execution path for both shared and regular actions.
> The current implementation supports shared action translation for shared RSS
> action only.
> 
> RSS action validation split to validate shared RSS action on its creation in
> addition to action validation in flow validation/creation path.
> 
> Implement rte_flow shared action API for mlx5 PMD, mostly forwarding calls to
> flow driver operations (see struct mlx5_flow_driver_ops).
> 
> Signed-off-by: Andrey Vesnovaty <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

Reply via email to