app/testpmd: block secondary process
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Aug 2019 02:51:53 +0000 (19:51 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Aug 2019 13:47:51 +0000 (15:47 +0200)
commita87ab9f799214cc412b15a19b11f375a1b67b2d5
tree142a98c3b052828814610dca660c4beeaa6c51df
parent9201806e9799943b61344305b12c655b153565db
app/testpmd: block secondary process

Since testpmd has several issues which keep it from working correctly
as a secondary process; abort if user tries to do it, rather than
running into later problems.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
app/test-pmd/testpmd.c