From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7DB8D2C39 for ; Wed, 28 Sep 2016 04:34:26 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 27 Sep 2016 19:34:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,408,1470726000"; d="scan'208";a="1046774119" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 27 Sep 2016 19:34:24 -0700 Date: Wed, 28 Sep 2016 10:35:01 +0800 From: Yuanhan Liu To: Zhiyong Yang Cc: dev@dpdk.org, thomas.monjalon@6wind.com, pmatilai@redhat.com, harry.van.haaren@intel.com, "Loftus, Ciara" Message-ID: <20160928023501.GF1597@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> <20160923035617.GT10323@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160923035617.GT10323@yliu-dev.sh.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v5 0/2] net/vhost: add pmd xstats support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 02:34:27 -0000 On Fri, Sep 23, 2016 at 11:56:17AM +0800, Yuanhan Liu wrote: > 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. Here is a note this patchset has been dropped in dpdk-next-virtio tree: OVS teams asks a per-port xstats, while this patch does per-queue xstats. Zhiyong will send a new version to address this request, shortly. --yliu