[dpdk-dev] [PATCH v2 16/20] common/mlx5: add match tuple hw layout
Ori Kam
orika at mellanox.com
Sun Jul 12 22:58:57 CEST 2020
From: Yuval Avnery <yuvalav at mellanox.com>
Add the found match tuple.
Signed-off-by: Yuval Avnery <yuvalav at mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo 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