From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E74CC4F94 for ; Wed, 14 Nov 2018 02:52:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 71B7420DB5; Tue, 13 Nov 2018 20:52:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 13 Nov 2018 20:52:36 -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=CsFN2af0O4Z9Hgm7fYAlQcHNc0zXqKJh2jyZkhdkWIA=; b=HtogeM7q+auV ZsYqPW1q6J6sqUJZy/5eJIO4dTtq8/EvXhw2mA5CuE8oygUfxlD6MecGJdOYPkRX 2w+jU1LuMExl50IaL9HLB3LqAgKtNFw/gY3053Ah/tINx5UuoMVqyd8lc4fHndbU TYP+VggOusJ43KQzUoiGaloZcqh90no= 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=CsFN2af0O4Z9Hgm7fYAlQcHNc0zXqKJh2jyZkhdkW IA=; b=HtLo7ljZ/n47RvYhJybEIoqivGuYfLWv+uJkIkUkRF5xj/zlOW7KZfvMA zu/wM8oYyh0pwp9W/526DqvGzuecXbeVB9ZXZY6ANDY7YusL/yqQe+m7lK4KHRff YY1CzNOicOkWbw/Q1vaOEAYwKrCYyZJSmmT9ZTFI0rrsdb2GZY8GMDlMEvjifPUs kR8gfXtoTdWUH9fgHZNjZPovmCiRvcNjRSE+W1sYjTZ17ZPEV1c9eNVfYaLL5gQz y8J5OS5xnjE84/zQ55q/C9nsNS4AOXyQ1k3YmvYtMv23oqZK143eVOQ/I5ms+I23 Hg5jrmOJqhxOdhSKdOF5DK+8AG63A== 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 2AA8C1030A; Tue, 13 Nov 2018 20:52:35 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit , Vipin Varghese Cc: dev@dpdk.org, marko.kovacevic@intel.com, stephen1.byrne@intel.com Date: Wed, 14 Nov 2018 02:52:34 +0100 Message-ID: <10147228.LyRGPJnHhU@xps> In-Reply-To: References: <20181012113503.43597-1-vipin.varghese@intel.com> 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: Wed, 14 Nov 2018 01:52:37 -0000 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.