[dpdk-dev] [PATCH] vhost: fix Tx error counting of vhost PMD

Yuanhan Liu yuanhan.liu at linux.intel.com
Fri Jun 24 04:17:20 CEST 2016


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 <mukawa at igel.co.jp>

Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>

(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


More information about the dev mailing list