RE: [PATCH v3 04/10] app/testpmd: implement rte flow configuration

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

[PATCH v3 04/10] app/testpmd: implement rte flow configuration

2022-02-05 Thread Alexander Kozyrev
Add testpmd support for the rte_flow_configure API. Provide the command line interface for the Flow management. Usage example: flow configure 0 queues_number 8 queues_size 256 Implement rte_flow_info_get API to get available resources: Usage example: flow info 0 Signed-off-by: Alexander Kozyrev