From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D4AF81B3EA for ; Thu, 22 Nov 2018 23:55:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5B44921924; Thu, 22 Nov 2018 17:55:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 17:55:06 -0500 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=RpBz+urse651+2g1L9+tu2l50vGN7Sgjw7HHVIRGFHg=; b=VetyD3UGa08E J7Eket1JedqfAF2QwG5nJZh7ecukf9uV7gOjPo6nTddMnk5au59bjatiZ/RE0hve 4IkhUNRryvYLu8jC8mbyZScCZX01PsmaPCHNqIRSUQ+0kzF8UrxQWPrE+H9jRrLL lpNsmWZumpl/l8aNgtONti7LcY8xB3c= 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=RpBz+urse651+2g1L9+tu2l50vGN7Sgjw7HHVIRGF Hg=; b=rES+IXZvqBeNuOrlC/meuL4jz0D715lZZyhlMYAE30Rv5mj4F1QaljqGl ZejvhreG/mkLTlBuQWkLL00YeSA6oQUphnzKMnwzySQlAkRQLiNnGiDOw/7Icrq1 AJ0P0vvGf8aDJylmt8iHdklizt7UWmQKrXOTFPARO0Vny06s07QMNzZKPWbCD6ps iVUxguoDde7hjcgeSxTQ9IQ08z3I/MS5PcOSrxqzGKL4jPmWcl9/vacpAzqKFQl/ skoVSE7BZxOaa2JYlW7Drv2J9iq1ssQaQRMeSs8cXhyiWbUyOWFOekn68FUEeG9t w7jOuAHNACivZEcFHC+gVXAJ75ccw== 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 6A8D9E47C4; Thu, 22 Nov 2018 17:55:05 -0500 (EST) From: Thomas Monjalon To: Vipin Varghese Cc: dev@dpdk.org, Ferruh Yigit , marko.kovacevic@intel.com, stephen1.byrne@intel.com Date: Thu, 22 Nov 2018 23:55:04 +0100 Message-ID: <2494049.8bNKbzAJKt@xps> In-Reply-To: <10147228.LyRGPJnHhU@xps> References: <20181012113503.43597-1-vipin.varghese@intel.com> <10147228.LyRGPJnHhU@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/proc_info: update support for vdev stats 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, 22 Nov 2018 22:55:07 -0000 14/11/2018 02:52, Thomas Monjalon: > 09/11/2018 23:03, Ferruh Yigit: > > On 10/12/2018 12:35 PM, Vipin Varghese wrote: > > > With the latest release, support for vdev ethernet devices like pcap, > > > tun and tap are been added. Hence collecting statistics using proc-info > > > is possible now. > > > > > > Signed-off-by: Vipin Varghese > > > > Reviewed-by: Ferruh Yigit > > > > Applied to dpdk-next-net/master, thanks. > > Sorry, I removed it from the pull to mainline. > I think it is wrong listing vdevs as supported in "Limitations". > Please send a patch for simply removing the line. No update?