RE: [PATCH v3 05/10] app/testpmd: implement rte flow template management

2022-02-07 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Sent: Sunday, February 6, 2022 5:25 AM > To: dev@dpdk.org > Subject: [PATCH v3 05/10] app/testpmd: implement rte flow template management > > Add testpmd support for the rte_flow

[PATCH v3 05/10] app/testpmd: implement rte flow template management

2022-02-05 Thread Alexander Kozyrev
Add testpmd support for the rte_flow_pattern_template and rte_flow_actions_template APIs. Provide the command line interface for the template creation/destruction. Usage example: testpmd> flow pattern_template 0 create pattern_template_id 2 template eth dst is 00:16:3e:31:15:c3 / end