Acked-by: Viacheslav Ovsiienko <[email protected]>
> -----Original Message-----
> From: Ori Kam <[email protected]>
> Sent: Sunday, July 5, 2020 12:24
> To: [email protected]; [email protected]; Matan Azrad
> <[email protected]>; Slava Ovsiienko <[email protected]>;
> Shahaf Shuler <[email protected]>
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; Opher Reviv <[email protected]>; Alex
> Rosenbaum <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; Thomas Monjalon
> <[email protected]>; Ori Kam <[email protected]>; Raslan
> Darawsheh <[email protected]>; Yuval Avnery
> <[email protected]>
> Subject: [PATCH 16/20] common/mlx5: add match tuple hw layout
>
> From: Yuval Avnery <[email protected]>
>
> Add the found match tuple.
>
> Signed-off-by: Yuval Avnery <[email protected]>
> Acked-by: Ori Kam <[email protected]>
>
> ---
> drivers/common/mlx5/mlx5_prm.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/common/mlx5/mlx5_prm.h
> b/drivers/common/mlx5/mlx5_prm.h index bfbc58b..874dde6 100644
> --- a/drivers/common/mlx5/mlx5_prm.h
> +++ b/drivers/common/mlx5/mlx5_prm.h
> @@ -409,6 +409,12 @@ struct mlx5_ifc_regexp_metadata_bits {
> uint8_t reserved[0x80];
> };
>
> +struct mlx5_ifc_regexp_match_tuple_bits {
> + uint8_t length[0x10];
> + uint8_t start_ptr[0x10];
> + uint8_t rule_id[0x20];
> +};
> +
> /* Adding direct verbs to data-path. */
>
> /* CQ sequence number mask. */
> --
> 1.8.3.1