From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update the document for virtio xstats feature Date: Thu, 09 Feb 2017 16:12:05 +0100 Message-ID: <1643939.VdB5vNlsjc@xps13> References: <1486460430-115698-1-git-send-email-jiayu.hu@intel.com> <20170208014012.GL20916@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu To: Jiayu Hu Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id F1A79FA4F for ; Thu, 9 Feb 2017 16:12:06 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id v77so22208846wmv.0 for ; Thu, 09 Feb 2017 07:12:06 -0800 (PST) In-Reply-To: <20170208014012.GL20916@yliu-dev.sh.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" > > 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 Fixes: 76d4c652e07d ("virtio: add extended stats") Applied, thanks