Re: [dpdk-dev] [PATCH] vhost/crypto: fix descriptor move

2018-05-16 Thread Maxime Coquelin
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. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 5 - 1 file changed, 5

Re: [dpdk-dev] [PATCH] vhost/crypto: fix descriptor move

2018-05-15 Thread Maxime Coquelin
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:

[dpdk-dev] [PATCH] vhost/crypto: fix descriptor move

2018-05-09 Thread Fan Zhang
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. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 5 - 1 file changed, 5 deletions(-) diff --git a/lib/librte_vhost/vh