Re: [dpdk-dev] [PATCH 1/3] lib/cmdline: add echo support in batch loading from file

2017-12-19 Thread Xueming(Steven) Li
The idea of implementation in testpmd looks good, thanks! Then I will combine all patches in v1 to avoid breaking build. > -Original Message- > From: Olivier MATZ [mailto:olivier.m...@6wind.com] > Sent: Tuesday, December 19, 2017 6:31 PM > To: Xueming(Steven) Li > Cc: Jingjing Wu ; dev@d

Re: [dpdk-dev] [PATCH 1/3] lib/cmdline: add echo support in batch loading from file

2017-12-19 Thread Olivier MATZ
Hi Xueming, On Wed, Nov 15, 2017 at 11:45:43PM +0800, Xueming Li wrote: > Add echo option to echo commandline to screen when running loaded > scripts from file. > > Signed-off-by: Xueming Li > --- > lib/librte_cmdline/cmdline_socket.c | 5 +++-- > lib/librte_cmdline/cmdline_socket.h | 3 ++- >

Re: [dpdk-dev] [PATCH 1/3] lib/cmdline: add echo support in batch loading from file

2017-12-11 Thread Burakov, Anatoly
On 15-Nov-17 3:45 PM, Xueming Li wrote: Add echo option to echo commandline to screen when running loaded scripts from file. Signed-off-by: Xueming Li --- <...snip...> @@ -86,7 +87,7 @@ cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path) dprintf

[dpdk-dev] [PATCH 1/3] lib/cmdline: add echo support in batch loading from file

2017-11-15 Thread Xueming Li
Add echo option to echo commandline to screen when running loaded scripts from file. Signed-off-by: Xueming Li --- lib/librte_cmdline/cmdline_socket.c | 5 +++-- lib/librte_cmdline/cmdline_socket.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/librte_cmdline/cmdline