From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 075572BF5 for ; Thu, 8 Sep 2016 14:31:56 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 08 Sep 2016 05:31:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,300,1470726000"; d="scan'208";a="5891342" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 08 Sep 2016 05:31:55 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.123]) by IRSMSX153.ger.corp.intel.com ([169.254.9.206]) with mapi id 14.03.0248.002; Thu, 8 Sep 2016 13:31:55 +0100 From: "Van Haaren, Harry" To: "Tahhan, Maryam" , "dev@dpdk.org" CC: "Tahhan, Maryam" Thread-Topic: [dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary process Thread-Index: AQHSCPPxplhCN/5EpkimS+nn1WF0v6Bvh+AA Date: Thu, 8 Sep 2016 12:31:54 +0000 Message-ID: References: <1473244670-154926-1-git-send-email-maryam.tahhan@intel.com> In-Reply-To: <1473244670-154926-1-git-send-email-maryam.tahhan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTY5MjQxMjEtNGY5Zi00ZmIxLWJkNWItNzZjMmY0YjU4ZGJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImttYkM3Tk5hMG5XbmhGcEZMN205ZmR2ZXpcL2FEMWNFTWlqdG5VWDBEWGw0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 12:31:57 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maryam Tahhan > Sent: Wednesday, September 7, 2016 11:38 AM > To: dev@dpdk.org > Cc: Tahhan, Maryam > Subject: [dpdk-dev] [PATCH v2 1/1] dpdk_procinfo: check for primary proce= ss >=20 > 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. >=20 > Suggested-by: Patrick Kutch > Signed-off-by: Maryam Tahhan Acked-by: Harry van Haaren