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

2024-09-25 Thread Dariusz Sosnowski
ct: [PATCH 2/6] app/testpmd: add index with pattern insertion type > > 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_numb

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

2024-09-18 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