From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yuanhan.liu@linux.intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id CAF736932
 for <dev@dpdk.org>; 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 <yuanhan.liu@linux.intel.com>
To: Jiayu Hu <jiayu.hu@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <jiayu.hu@intel.com>

Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

	--yliu