From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/1] dpdk_procinfo: check for primary process Date: Fri, 23 Sep 2016 20:44:28 +0200 Message-ID: <8897946.aztHfhNZ3L@xps13> References: <1473244670-154926-1-git-send-email-maryam.tahhan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Van Haaren, Harry" To: "Tahhan, Maryam" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 27B9C68F5 for ; Fri, 23 Sep 2016 20:44:32 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id l132so47788551wmf.0 for ; Fri, 23 Sep 2016 11:44:32 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-08 12:31, Van Haaren, Harry: > > 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 > > Acked-by: Harry van Haaren Applied (with tab indent), thanks