From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] vhost/crypto: fix desc moving for copy mode Date: Wed, 11 Apr 2018 18:36:55 +0100 Message-ID: References: <20180411100907.39057-1-roy.fan.zhang@intel.com> <14c6827f-a860-d563-d732-39ab097e8ac5@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Maxime Coquelin , Fan Zhang , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CAA041B630 for ; Wed, 11 Apr 2018 19:36:58 +0200 (CEST) In-Reply-To: <14c6827f-a860-d563-d732-39ab097e8ac5@redhat.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 4/11/2018 3:41 PM, Maxime Coquelin wrote: > > > 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(+) > > Applied to dpdk-next-virtio/master Squashed into relevant commit in next-net, thanks.