From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C9AAD1B73D for ; Thu, 8 Feb 2018 23:07:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5E51B20D1E; Thu, 8 Feb 2018 17:07:27 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 08 Feb 2018 17:07:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=PaJTeLWf/ykTps1U+FGx4MGgrk XB6T5vwHkPKqeWhEU=; b=D/D+iMnQmVgHvVRFFORYVuObtfvnoA6BjMRePPBcVw ALFmQQ/z9AzbTZIkCpAMRaBmzx6tF9Unlo324lv96AgqlHC+GwP3unJrdp2PffrQ XFR3ujLerJruiXPXP8yEt0ACgGbbQlvfF+ZTTavUwwRbKBMBGP5J0z9ab0da2PPo I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=PaJTeL Wf/ykTps1U+FGx4MGgrkXB6T5vwHkPKqeWhEU=; b=SKbboVc1oXTPsFhCf6o3Y3 cnsdHrqIBtzuVc14HYXeEFy/tBdfeMCrNGKJfXZNP9qwxeKQ2lXxIa/ALfMOtIoV koDCqH565epmFftp2K2b2gVQiB7SjfPGv0Lc9qfy6VuPz5sXDRTRCY5QjQxEunM1 qRgz6TCjIol5epDeZ5bGM5a4o68ZDlx3nKRYIboE3Asqp2Uy8SLB1yeKa3SvZzun 6N0TrWC75IC60jlc573JCREqluinf1SIeCgef8bZ6ossKqPNTnLiPc8eFyF0uuz8 WnovrGu3Kl64aCVkEtqGyWCw0YLBaIhDJ1sJPtzEfMwegAaIl2NjIwuJEQ0t4oKg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0F44A7E43A; Thu, 8 Feb 2018 17:07:27 -0500 (EST) From: Thomas Monjalon To: "Kovacevic, Marko" Cc: dev@dpdk.org, "Mcnamara, John" , "Varghese, Vipin" Date: Thu, 08 Feb 2018 23:07:21 +0100 Message-ID: <1705410.i2qtjAfSJF@xps> In-Reply-To: References: <20180207214626.34029-1-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: update dpdk proc info limitations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 22:07:28 -0000 > > Updated the limitations for dpdk-procinfo to inform user of the proper > > use. To avoid failures and build issues > > Acked-by: John McNamara Applied, thanks