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 61D412BFF for ; Thu, 30 Jun 2016 07:23:12 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 29 Jun 2016 22:23:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,550,1459839600"; d="scan'208";a="997813220" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 29 Jun 2016 22:23:10 -0700 Date: Thu, 30 Jun 2016 13:23:42 +0800 From: Yuanhan Liu To: Tetsuya Mukawa Cc: dev@dpdk.org Message-ID: <20160630052342.GA2831@yliu-dev.sh.intel.com> References: <1466733860-5364-1-git-send-email-mukawa@igel.co.jp> <20160624021720.GR23111@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160624021720.GR23111@yliu-dev.sh.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] vhost: fix Tx error counting of vhost PMD 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: Thu, 30 Jun 2016 05:23:12 -0000 On Fri, Jun 24, 2016 at 10:17:20AM +0800, Yuanhan Liu wrote: > On Fri, Jun 24, 2016 at 11:04:20AM +0900, Tetsuya Mukawa wrote: > > According to 'rte_eth_stats' structure comments, 'imissed' > > should represent RX error counting, but currently 'imissed' is > > used to count TX error. > > The patch replaces 'imissed' by 'oerrors'. > > > > Fixes: ee584e9710b9 ("vhost: add driver on top of the library") > > Signed-off-by: Tetsuya Mukawa > > Acked-by: Yuanhan Liu Applied to dpdk-next-virtio. Thanks. --yliu