[PATCH 2/6] app/testpmd: add index with pattern insertion type
Alexander Kozyrev
akozyrev at nvidia.com
Thu Sep 19 02:48:09 CEST 2024
Provide index_with_pattern command line option
for the template table insertion type.
flow template_table 0 create table_id 2 group 13 priority 0
insertion_type index_with_pattern ingress rules_number 64
pattern_template 2 actions_template 2
Signed-off-by: Alexander Kozyrev <akozyrev at nvidia.com>
---
app/test-pmd/cmdline_flow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index d04280eb3e..a794e5eba5 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -1030,7 +1030,7 @@ static const char *const meter_colors[] = {
};
static const char *const table_insertion_types[] = {
- "pattern", "index", NULL
+ "pattern", "index", "index_with_pattern", NULL
};
static const char *const table_hash_funcs[] = {
--
2.18.2
More information about the dev
mailing list