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

2017-05-01 Thread Thomas Monjalon
31/03/2017 21:13, Allain Legacy: > Enhancing test-pmd to be able to load CLI commands from file both at > runtime and at startup. Usually the number of commands to run is small > enough that a simple cut-n-paste does the trick, but while testing the flow > API it was necessary to load several hund

[dpdk-dev] [PATCH 0/2] testpmd load cmdline commands from file

2017-03-31 Thread Allain Legacy
Enhancing test-pmd to be able to load CLI commands from file both at runtime and at startup. Usually the number of commands to run is small enough that a simple cut-n-paste does the trick, but while testing the flow API it was necessary to load several hundred commands and cut-n-paste could not ke