Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: enable ddp remove profile feature

2017-06-27 Thread Ferruh Yigit
On 6/27/2017 9:18 AM, Andrey Chilikin wrote: > New command 'ddp del (port) (profile_path)' removes previously > loaded profile and deletes it from the list of the loaded profiles. > > Signed-off-by: Andrey Chilikin <...> > @@ -12860,6 +12863,9 @@ cmd_ddp_add_parsed( > struct cmd_ddp_add_r

[dpdk-dev] [PATCH v2 2/2] app/testpmd: enable ddp remove profile feature

2017-06-27 Thread Andrey Chilikin
New command 'ddp del (port) (profile_path)' removes previously loaded profile and deletes it from the list of the loaded profiles. Signed-off-by: Andrey Chilikin --- app/test-pmd/cmdline.c | 103 ++-- app/test-pmd/config.c | 21