From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D62725F3B for ; Thu, 25 Oct 2018 22:31:14 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 675782212E; Thu, 25 Oct 2018 16:31:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 16:31:14 -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=mesmtp; bh=PIXg56gssX9htb8t/WJWHtFl1Uta3jWnEyyUzQ5AxdE=; b=p1iAUhBVMLct LMQXkMlay9J7KPKBBLuPf4yjgUwa6RwsZ/5Tg2GAVPmohuReyAQQWERqMfbXWRlN HclNdwgQTPrglpuxETqmuEumPF7mANqEhyJrMjy4mWyT2ARgj9RkLoSvYoGaJpLw NW7UvVThw8azKdCyUU/GqJAjeJubCe4= 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=fm1; bh=PIXg56gssX9htb8t/WJWHtFl1Uta3jWnEyyUzQ5Ax dE=; b=OaiHwS1q0tHFO20DH7CnhjYhmf/7ssVueh5EXRJafXUnP8duwr+Fnb4KB 00lqdL5VlCNGeJ8fKylSg/O1xwtGyjaL4+jsbXdnQGZz6tYKQWgsW1TWc9zju9qN e5p0oVUs/lBSA3Q1Ul5Fn1sQO1QjChRGkv3CmfcWpazt55Y3H/al0+D63ocHvH2l 8Z2FCccRbnfO39Lw/fuKSNIx2SYulQ4KVPtSvls3BNHcARDTLJFpXzgkXBvn6V85 ZTcWSOZ+TuXEP9b5UdMHwx1Np2b+4MO/HW8zYlaR5NFudG6bydF9iXtAMabz75Ce mwOFMVYNaitM9tDNyuxEyQ9hdpk4g== X-ME-Sender: 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 5DAE7102EA; Thu, 25 Oct 2018 16:31:12 -0400 (EDT) From: Thomas Monjalon To: Kevin Laatz Cc: dev@dpdk.org, harry.van.haaren@intel.com, stephen@networkplumber.org, gaetan.rivet@6wind.com, shreyansh.jain@nxp.com, mattias.ronnblom@ericsson.com, bruce.richardson@intel.com, Ciara Power , Brian Archbold Date: Thu, 25 Oct 2018 22:31:15 +0200 Message-ID: <5808835.kVCTvLV8Zv@xps> In-Reply-To: <20181024160311.85457-12-kevin.laatz@intel.com> References: <20181024132725.5142-1-kevin.laatz@intel.com> <20181024160311.85457-1-kevin.laatz@intel.com> <20181024160311.85457-12-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 11/13] doc: add telemetry documentation 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, 25 Oct 2018 20:31:15 -0000 24/10/2018 18:03, Kevin Laatz: > --- a/MAINTAINERS > +++ b/MAINTAINERS > +Telemetry - EXPERIMENTAL > +M: Kevin Laatz > +F: lib/librte_telemetry/ > +F: usertools/dpdk-telemetry-client.py > +F: doc/guides/howto/telemetry.rst It would be a bit better to introduce it in previous patches when files are created. I wanted to spread it in other patches myself, but I stopped when encountering a build issue (patch 5).