From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 06B9FA0A02; Thu, 25 Mar 2021 18:00:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97667140ECD; Thu, 25 Mar 2021 18:00:46 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id BC140140DCE for ; Thu, 25 Mar 2021 18:00:45 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 5EAA35C017D; Thu, 25 Mar 2021 13:00:45 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 25 Mar 2021 13:00:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= KzW60VgntlA3Kt3TXIVxGzwS+1mVYHUTuhE7kW8jcDg=; b=DeihQRmCtZhhBx/f 53Z+14+42IIMOt1NRo9Eh/soyRVK0p7uugAU2BK9gF879NqjegPn7ZCEwNhvcXoP T5mA9ElTnk2iXQ+GaasCgDQf2h9XpMjTAwJ+4N9kAEgfFXXivRjcyI7HZovDDzKQ b1OBxuiUaF5LPvE7KaHFe9m9pTRzxiwo4I1Zj6FfuImzR5BpYvSTOYr4adJWzxFp +VyWJemxGAjrjGSTNvcR3e4unPens2aXl8g3khyBhfx3umM/xjd7bRNBJlambjL/ F4fb4dV2PvEAAo60j4pOIo8VTGbP4IU/P5JxGLeGfk6LCpaTtSP+qLJCESwMW1D5 ZppYkw== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=KzW60VgntlA3Kt3TXIVxGzwS+1mVYHUTuhE7kW8jc Dg=; b=Veh9dUVK7ETuCpG4/SPa1eqFifyFz7YggCeTXakNigzJbBdgAfYiIRoVw Yy6T27goML0lCk1Yk3bqBGxobHtCZuBKpyKfP6mLFqZ6M+sLF85UGu2EiDr4F/OI xsUvV3UGE1w6v1TH7HyXigMbOH+8qmUstQHw56YFOoa67BCz+K2hgAL4Cxi3Bw3/ BVPJkH3wm6v3O3jQHEn9VjjRS6tuv/57wLCia1cN4aSmleCLXhM4pttKjn/gz3IY 5AwbcyWmjmc8052tJCjhpV3CoLDfYK3cLSFNl1SsLywxdCrKPXBWSz3ru7VY6jzA Iu/h8vTHSl+fXvrOSwmEI46IIH2fA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudehtddgleejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 676061080054; Thu, 25 Mar 2021 13:00:44 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, anatoly.burakov@intel.com, Kevin Laatz Date: Thu, 25 Mar 2021 18:00:43 +0100 Message-ID: <5163826.5WubVCJEWr@thomas> In-Reply-To: References: <20210216094415.28000-1-bruce.richardson@intel.com> <20210216113921.28725-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] usertools/dpdk-telemetry: print name of app when connected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/02/2021 14:57, Kevin Laatz: > On 16/02/2021 11:39, Bruce Richardson wrote: > > When the dpdk-telemetry client connects to a DPDK instance, we can use the > > PID provided in the initial connection message to query from /proc the name > > of the process we are connected to, and display that to the user. We use > > the "cmdline" procfs entry for the query since that is available on both > > Linux and FreeBSD (assuming procfs is mounted on the BSD instance). > > > > Signed-off-by: Bruce Richardson > Acked-by: Anatoly Burakov > Acked-by: Kevin Laatz Applied, thanks