From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost/crypto: fix condition check Date: Fri, 27 Apr 2018 19:43:38 +0200 Message-ID: <3263747.JGbYe4ejxI@xps> References: <20180427140608.56661-1-roy.fan.zhang@intel.com> <2195d105-9bb0-5255-128f-51ddae9ade56@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maxime Coquelin , ferruh.yigit@intel.com To: Fan Zhang Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1ED9FAAF3 for ; Fri, 27 Apr 2018 19:43:40 +0200 (CEST) In-Reply-To: <2195d105-9bb0-5255-128f-51ddae9ade56@redhat.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" 27/04/2018 16:21, Maxime Coquelin: > > On 04/27/2018 04:06 PM, Fan Zhang wrote: > > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > > > > This patch fix final condition check while moving virtqueue > > descriptors. > > > > Signed-off-by: Fan Zhang > > --- > > lib/librte_vhost/vhost_crypto.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Reviewed-by: Maxime Coquelin Applied as a hot fix for RC1, thanks