From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9ACA1C618 for ; Fri, 24 Jun 2016 04:15:49 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 23 Jun 2016 19:15:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,518,1459839600"; d="scan'208";a="724232623" Received: from unknown (HELO yliu-dev) ([10.239.67.162]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2016 19:15:48 -0700 Date: Fri, 24 Jun 2016 10:17:20 +0800 From: Yuanhan Liu To: Tetsuya Mukawa Cc: dev@dpdk.org Message-ID: <20160624021720.GR23111@yliu-dev.sh.intel.com> References: <1466733860-5364-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466733860-5364-1-git-send-email-mukawa@igel.co.jp> 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: Fri, 24 Jun 2016 02:15:50 -0000 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 (And sorry for the delay: I planned to look at the report from you at the earlier of this week; but somehow I forgot :( --yliu