Re: [dpdk-dev] [PATCH] vhost/crypto: fix desc moving for copy mode

2018-04-11 Thread Ferruh Yigit
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

Re: [dpdk-dev] [PATCH] vhost/crypto: fix desc moving for copy mode

2018-04-11 Thread Maxime Coquelin
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 +++

Re: [dpdk-dev] [PATCH] vhost/crypto: fix desc moving for copy mode

2018-04-11 Thread Maxime Coquelin
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 +++

[dpdk-dev] [PATCH] vhost/crypto: fix desc moving for copy mode

2018-04-11 Thread Fan Zhang
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(+) diff --gi