RE: [PATCH v2 2/7] app/testpmd: add index with pattern insertion type

2024-09-26 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, September 25, 2024 9:05 PM > > 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

[PATCH v2 2/7] app/testpmd: add index with pattern insertion type

2024-09-25 Thread Alexander Kozyrev
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 --- app/test-pmd