Re: [dpdk-dev] [PATCH 2/2] app/testpmd: load cmdline commands from file at runtime

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: Allain Legacy [mailto:allain.leg...@windriver.com] > Sent: Saturday, April 1, 2017 3:13 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH 2/2] app/testpmd: load cmdline commands from file at > runtime > > Adds support to testpmd to load a set of cmd

[dpdk-dev] [PATCH 2/2] app/testpmd: load cmdline commands from file at runtime

2017-03-31 Thread Allain Legacy
Adds support to testpmd to load a set of cmdline CLI commands at runtime. This can be helpful when needing to cut-n-paste many commands where cut-n-paste may not be practical. testpmd> load /home/ubuntu/somefile.txt Signed-off-by: Allain Legacy --- app/test-pmd/cmdline.c