From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: add note in proc info for stats retrieval Date: Thu, 01 Feb 2018 03:30:41 +0100 Message-ID: <2647096.eDsW3WkKHI@xps> References: <20180124164726.23793-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, vipin.varghese@intel.com To: Marko Kovacevic Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id A620F1B8A9 for ; Thu, 1 Feb 2018 03:31:28 +0100 (CET) In-Reply-To: <20180124164726.23793-1-marko.kovacevic@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/01/2018 17:47, Marko Kovacevic: > Note added to outline that using > proc_info for virtual devices is not supported > > Signed-off-by: Marko Kovacevic > --- > +.. NOTE:: > + NOTE: Stats retrieval using ``proc_info`` is not supported for virtual devices like PCAP and TAP > Reworded a little: .. note:: Stats retrieval using ``dpdk-procinfo`` is not supported for virtual devices like PCAP and TAP. And applied, thanks.