From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CAF736932 for ; Wed, 8 Feb 2017 02:37:47 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 07 Feb 2017 17:37:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="62426955" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 07 Feb 2017 17:37:45 -0800 Date: Wed, 8 Feb 2017 09:40:12 +0800 From: Yuanhan Liu To: Jiayu Hu Cc: dev@dpdk.org Message-ID: <20170208014012.GL20916@yliu-dev.sh.intel.com> References: <1486460430-115698-1-git-send-email-jiayu.hu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486460430-115698-1-git-send-email-jiayu.hu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] doc: update the document for virtio xstats feature 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, 08 Feb 2017 01:37:48 -0000 On Tue, Feb 07, 2017 at 05:40:30PM +0800, Jiayu Hu wrote: > Currently, extended statistics has been supported by virtio. But there > are no corresponding document updates. Therefore, this patch is to update > the document for virtio xstats feature. > > Signed-off-by: Jiayu Hu Acked-by: Yuanhan Liu --yliu