From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost/crypto: fix descriptor move Date: Wed, 16 May 2018 08:11:14 +0200 Message-ID: References: <20180509140839.85818-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Fan Zhang , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id D106D1B3E4 for ; Wed, 16 May 2018 08:11:16 +0200 (CEST) In-Reply-To: <20180509140839.85818-1-roy.fan.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Fan, On 05/09/2018 04:08 PM, Fan Zhang wrote: > This patch fixes the redundant descriptor move in the copy mode > of vhost crypto. Originally the redundant descriptor move will > cause the message parsing error. As it is a fix, we need to specify which commit it fixes. In this case it is: Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") I'll add it when applying, no need to resubmit. > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/vhost_crypto.c | 5 ----- > 1 file changed, 5 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime