From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: fix Tx error counting of vhost PMD Date: Fri, 24 Jun 2016 10:17:20 +0800 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 Cc: dev@dpdk.org To: Tetsuya Mukawa 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) Content-Disposition: inline In-Reply-To: <1466733860-5364-1-git-send-email-mukawa@igel.co.jp> 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 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