From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost/crypto: fix desc moving for copy mode Date: Wed, 11 Apr 2018 16:38:53 +0200 Message-ID: References: <20180411100907.39057-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ferruh.yigit@intel.com 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 0A7601BBAE for ; Wed, 11 Apr 2018 16:38:56 +0200 (CEST) In-Reply-To: <20180411100907.39057-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" On 04/11/2018 12:09 PM, Fan Zhang wrote: > Fixes: cd39f8e4fd2a ("vhost/crypto: add request handler") > > This patch fixes the descriptor moving for copy mode by adding > the missing moving step after destination data parsing. > > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/vhost_crypto.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Maxime Coquelin Thanks, Maxime