From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH] vhost: fix return value Date: Thu, 26 Jul 2018 09:55:39 +0800 Message-ID: <20180726015538.GA32696@debian> References: <1532506902-98105-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: dev@dpdk.org, zhihong.wang@intel.com, maxime.coquelin@redhat.com, lei.a.yao@intel.com To: Jiayu Hu Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D91DC160 for ; Thu, 26 Jul 2018 03:56:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1532506902-98105-1-git-send-email-jiayu.hu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 25, 2018 at 04:21:42PM +0800, Jiayu Hu wrote: > This patch fixes the incorrect return value for rte_vhost_dequeue_burst() > when virtqueue is not enabled or virtqueue address translation fails. > > Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") > > Signed-off-by: Jiayu Hu Acked-by: Tiwei Bie