Re: [PATCH] app/testpmd: add flow update CLI command

2023-06-19 Thread Ferruh Yigit
On 6/14/2023 6:21 PM, Ori Kam wrote: > Hi > >> -Original Message- >> From: Alexander Kozyrev >> Sent: Tuesday, June 13, 2023 12:14 AM >> >> Add testpmd CLI interface for the flow update API. >> flow queue 1 update 2 rule 3 actions_template 4 postpone yes >> pattern end actions

RE: [PATCH] app/testpmd: add flow update CLI command

2023-06-14 Thread Ori Kam
Hi > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, June 13, 2023 12:14 AM > > Add testpmd CLI interface for the flow update API. > flow queue 1 update 2 rule 3 actions_template 4 postpone yes > pattern end actions queue index 3 / end > > Signed-off-by: Alexan

[PATCH] app/testpmd: add flow update CLI command

2023-06-12 Thread Alexander Kozyrev
Add testpmd CLI interface for the flow update API. flow queue 1 update 2 rule 3 actions_template 4 postpone yes pattern end actions queue index 3 / end Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 29 app/test-pmd/config.c | 92 +++