Current "load" command load CLI batch from file and run in silent.
This patch set use highest bit of verbose level to enable CLI echo.
This will be very helpful to run a set of CLI from file and know 
which one prints out error message.

Xueming Li (3):
  lib/cmdline: add echo support in batch loading from file
  app/testpmd: support command echo in CLI batch loading
  test: update batch loading test

 app/test-pmd/cmdline.c              |  3 ++-
 lib/librte_cmdline/cmdline_socket.c |  5 +++--
 lib/librte_cmdline/cmdline_socket.h |  3 ++-
 test/test/test_cmdline_lib.c        | 10 +++++-----
 4 files changed, 12 insertions(+), 9 deletions(-)

-- 
2.13.3

Reply via email to