From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v5 0/2] net/vhost: add pmd xstats support Date: Fri, 23 Sep 2016 11:56:17 +0800 Message-ID: <20160923035617.GT10323@yliu-dev.sh.intel.com> References: <1474452829-58658-1-git-send-email-zhiyong.yang@intel.com> <1474532349-73337-1-git-send-email-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas.monjalon@6wind.com, pmatilai@redhat.com, harry.van.haaren@intel.com To: Zhiyong Yang Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DCB1B689B for ; Fri, 23 Sep 2016 05:55:52 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1474532349-73337-1-git-send-email-zhiyong.yang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Sep 22, 2016 at 04:19:07PM +0800, Zhiyong Yang wrote: > Patch 1 moves all stats counters to a new defined struct vhost_stats, > in order to manage all stats counters in a consistent way. > > Patch 2 adds the pmd xstats support. Applied to dpdk-next-virtio. Thanks. --yliu