RE: [PATCH v3 09/10] app/testpmd: implement rte flow pull operations

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

[PATCH v3 09/10] app/testpmd: implement rte flow pull operations

2022-02-05 Thread Alexander Kozyrev
Add testpmd support for the rte_flow_q_pull API. Provide the command line interface for pulling operations results. Usage example: flow pull 0 queue 0 Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 56 +++- app/test-pmd/config.c