Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>
> -----Original Message-----
> From: Ori Kam <or...@mellanox.com>
> Sent: Sunday, July 5, 2020 12:24
> To: jer...@marvell.com; xiang.w.w...@intel.com; Matan Azrad
> <ma...@mellanox.com>; Slava Ovsiienko <viachesl...@mellanox.com>;
> Shahaf Shuler <shah...@mellanox.com>
> Cc: g...@marvell.com; dev@dpdk.org; pbhagavat...@marvell.com;
> hemant.agra...@nxp.com; Opher Reviv <op...@mellanox.com>; Alex
> Rosenbaum <al...@mellanox.com>; dov...@marvell.com;
> pkap...@marvell.com; nipun.gu...@nxp.com;
> bruce.richard...@intel.com; yang.a.h...@intel.com;
> harry.ch...@intel.com; gu.ji...@zte.com.cn;
> shanjia...@chinatelecom.cn; zhangy....@chinatelecom.cn;
> lixin...@huachentel.com; wush...@inspur.com; yuying...@yxlink.com;
> fanchengg...@sunyainfo.com; davidf...@tencent.com;
> liuzho...@chinaunicom.cn; zhaoyon...@huawei.com; o...@yunify.com;
> j...@netgate.com; hongjun...@intel.com; d...@ntop.org;
> f...@napatech.com; arthur...@lionic.com; Thomas Monjalon
> <tho...@monjalon.net>; Ori Kam <or...@mellanox.com>; Raslan
> Darawsheh <rasl...@mellanox.com>; Yuval Avnery
> <yuva...@mellanox.com>
> Subject: [PATCH 16/20] common/mlx5: add match tuple hw layout
>
> From: Yuval Avnery <yuva...@mellanox.com>
>
> Add the found match tuple.
>
> Signed-off-by: Yuval Avnery <yuva...@mellanox.com>
> Acked-by: Ori Kam <or...@mellanox.com>
>
> ---
> 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