RE: [PATCH v2 6/7] app/testpmd: add jump to table index action

2024-09-26 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, September 25, 2024 9:06 PM > > Add a new command line options to create the > RTE_FLOW_ACTION_TYPE_JUMP_TO_TABLE_INDEX action > from the testpmd command line. > > flow queue 0 create 0 template_table 0 pattern_template 0

[PATCH v2 6/7] app/testpmd: add jump to table index action

2024-09-25 Thread Alexander Kozyrev
Add a new command line options to create the RTE_FLOW_ACTION_TYPE_JUMP_TO_TABLE_INDEX action from the testpmd command line. flow queue 0 create 0 template_table 0 pattern_template 0 actions_template 0 postpone no pattern eth / end actions jump_to_table_index table 0x166f9ce00 index 5 / end Si