[dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary process

2016-09-08 Thread Van Haaren, Harry
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maryam Tahhan > Sent: Wednesday, September 7, 2016 11:38 AM > To: dev at dpdk.org > Cc: Tahhan, Maryam > Subject: [dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary process > > Add a check to see if the prima

[dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary process

2016-09-07 Thread Maryam Tahhan
Add a check to see if the primary process is running and exit gracefully if it is not. v2: * Updated to tone down message and remove unnecessary brackets. Suggested-by: Patrick Kutch Signed-off-by: Maryam Tahhan --- app/proc_info/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git