> -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Thursday, September 19, 2024 02:48 > To: dev@dpdk.org > Cc: Dariusz Sosnowski <dsosnow...@nvidia.com>; Ori Kam > <or...@nvidia.com>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <tho...@monjalon.net>; Matan Azrad <ma...@nvidia.com>; > ferruh.yi...@amd.com; step...@networkplumber.org > 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 <akozy...@nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Best regards, Dariusz Sosnowski