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

Ori Kam orika at nvidia.com
Mon Feb 7 14:20:19 CET 2022


Hi Alexander,

> -----Original Message-----
> From: Alexander Kozyrev <akozyrev at nvidia.com>
> Sent: Sunday, February 6, 2022 5:25 AM
> To: dev at dpdk.org
> Subject: [PATCH v3 05/10] app/testpmd: implement rte flow template management
> 
> 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
>   testpmd> flow actions_template 0 create actions_template_id 4
>            template drop / end mask drop / end
>   testpmd> flow actions_template 0 destroy actions_template 4
>   testpmd> flow pattern_template 0 destroy pattern_template 2
> 
> Signed-off-by: Alexander Kozyrev <akozyrev at nvidia.com>
> ---

Acked-by: Ori Kam <orika at nvidia.com>
Best,
Ori


More information about the dev mailing list