RE: [PATCH v3 06/10] app/testpmd: implement rte flow table management

2022-02-07 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Sent: Sunday, February 6, 2022 5:25 AM > Subject: [PATCH v3 06/10] app/testpmd: implement rte flow table management > > Add testpmd support for the rte_flow_table API. > Provide the command line i

[PATCH v3 06/10] app/testpmd: implement rte flow table management

2022-02-05 Thread Alexander Kozyrev
Add testpmd support for the rte_flow_table API. Provide the command line interface for the flow table creation/destruction. Usage example: testpmd> flow table 0 create table_id 6 group 9 priority 4 ingress mode 1 rules_number 64 pattern_template 2 actions_template 4 testpmd> flow table