[dpdk-dev] [PATCH 16/20] common/mlx5: add match tuple hw layout
Slava Ovsiienko
viacheslavo at mellanox.com
Wed Jul 8 09:32:42 CEST 2020
Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
> -----Original Message-----
> From: Ori Kam <orika at mellanox.com>
> Sent: Sunday, July 5, 2020 12:24
> To: jerinj at marvell.com; xiang.w.wang at intel.com; Matan Azrad
> <matan at mellanox.com>; Slava Ovsiienko <viacheslavo at mellanox.com>;
> Shahaf Shuler <shahafs at mellanox.com>
> Cc: guyk at marvell.com; dev at dpdk.org; pbhagavatula at marvell.com;
> hemant.agrawal at nxp.com; Opher Reviv <opher at mellanox.com>; Alex
> Rosenbaum <alexr at mellanox.com>; dovrat at marvell.com;
> pkapoor at marvell.com; nipun.gupta at nxp.com;
> bruce.richardson at intel.com; yang.a.hong at intel.com;
> harry.chang at intel.com; gu.jian1 at zte.com.cn;
> shanjiangh at chinatelecom.cn; zhangy.yun at chinatelecom.cn;
> lixingfu at huachentel.com; wushuai at inspur.com; yuyingxia at yxlink.com;
> fanchenggang at sunyainfo.com; davidfgao at tencent.com;
> liuzhong1 at chinaunicom.cn; zhaoyong11 at huawei.com; oc at yunify.com;
> jim at netgate.com; hongjun.ni at intel.com; deri at ntop.org;
> fc at napatech.com; arthur.su at lionic.com; Thomas Monjalon
> <thomas at monjalon.net>; Ori Kam <orika at mellanox.com>; Raslan
> Darawsheh <rasland at mellanox.com>; Yuval Avnery
> <yuvalav at mellanox.com>
> Subject: [PATCH 16/20] common/mlx5: add match tuple hw layout
>
> From: Yuval Avnery <yuvalav at mellanox.com>
>
> Add the found match tuple.
>
> Signed-off-by: Yuval Avnery <yuvalav at mellanox.com>
> Acked-by: Ori Kam <orika at 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
More information about the dev
mailing list