> -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: Thursday, September 19, 2024 02:48 > To: [email protected] > Cc: Dariusz Sosnowski <[email protected]>; Ori Kam > <[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <[email protected]>; Matan Azrad <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH 4/6] app/testpmd: add insertion by index with pattern option > > Allow to specify both the rule index and the pattern in the flow rule creation > command line parameters. > Both are needed for rte_flow_async_create_by_index_with_pattern(). > > flow queue 0 create 0 template_table 2 rule_index 5 > pattern_template 0 actions_template 0 postpone no pattern eth / end > actions count / queue index 1 / end > > Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Dariusz Sosnowski <[email protected]> Best regards, Dariusz Sosnowski

