mbox series

[0/3] testpmd: fixes for 19.08

Message ID 20190802025154.328-1-stephen@networkplumber.org (mailing list archive)
Headers
Series testpmd: fixes for 19.08 |

Message

Stephen Hemminger Aug. 2, 2019, 2:51 a.m. UTC
  Small fixes to testpmd, found while trying to get testpmd
to work correctly as secondary process. Fixing that goes deeper
and another set of patches to do that will come (for 19.11).

Stephen Hemminger (3):
  testpmd: allow configuring log level on command line
  testpmd: block secondary process
  testpmd: use exit instead of panic

 app/test-pmd/testpmd.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)
  

Comments

Thomas Monjalon Aug. 5, 2019, 1:48 p.m. UTC | #1
> Stephen Hemminger (3):
>   testpmd: allow configuring log level on command line
>   testpmd: block secondary process
>   testpmd: use exit instead of panic

Applied, thanks