From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=DunKVkEDLEGor7Fdchk8/X1/z6jRIbZYVSaFoUBmjPM=; b=G5vA81TT8U671Fec7dVTqealLB9aVGjxDv/aZEu96+O4crZO88hOOT9sNZ0/fbtXfs gfXkaTuTeTVQUZvCbB3rn86IwJ/6BXWkIhly2lFeVoenZqWGNtcGch87DohVzMeRb05W ghwoPwoYIEZH6oBYzGOsH3ckVDeIPngFVqVD1O9GlmMLzS2tVDCugs5onNF4wjwXJaeO cFewoEOcAg1RRLtQwWEul3pNjm/2YeqJPw2vF+5OlEPIiJdyiiP5r5/ovpZXyfZ4qZ42 36ypAx+zGMEEf4H7csnG8KXzvguc0DpFNL4cqrDstJ/GT9ZlOMXISwhsiaEoVp0eCR8+ 0j9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=DunKVkEDLEGor7Fdchk8/X1/z6jRIbZYVSaFoUBmjPM=; b=jeT7nQSb8yMH/VAFjgf6LYGSvZgG08ICYzCPlrw9OnTl+Chuq/nx4m4Ocu3tps+I1N utCIOa9ll/9UST/EC2ZH0Vomo6LtT9pyCrPCuf2OzJHQCztOi2h+36mvAl2JkQ2gem6Q M8JTHvZODmRof4mjA1dRIi+/+MubTrPidIxxxwE63Wt5RxzWR48aXQDeBruwSkMh8tOt Ptxzu6DmzSSxzYD7xLG2fwsX5T9IkhrunAcCRN8pmdaYldsF3fVDBbL9w+l5cxcBES7C MiLe+Kkw3hQ9LztoqSG3jt1tiMINzdKYtmS3Hl7tmZmUDX6qP2r8/5O7BNPt4ojNokFt 4kaA== X-Gm-Message-State: AA6/9Rlgsx/nr6Q+VbU1IE+XEdos+UTX/aFxZwde5hlLzHg/JXh3EVqO3MBMPPZl3EFoEw2W X-Received: by 10.28.37.67 with SMTP id l64mr3932675wml.105.1474656271864; Fri, 23 Sep 2016 11:44:31 -0700 (PDT) Received: from xps13.localnet (244.202.154.77.rev.sfr.net. [77.154.202.244]) by smtp.gmail.com with ESMTPSA id u64sm4358482wmd.20.2016.09.23.11.44.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Sep 2016 11:44:30 -0700 (PDT) From: Thomas Monjalon To: "Tahhan, Maryam" Cc: dev@dpdk.org, "Van Haaren, Harry" Date: Fri, 23 Sep 2016 20:44:28 +0200 Message-ID: <8897946.aztHfhNZ3L@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1473244670-154926-1-git-send-email-maryam.tahhan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 23 Sep 2016 18:44:32 -0000 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