Re: [dpdk-dev] [PATCH] vhost/crypto: fix condition check

2018-04-27 Thread Thomas Monjalon
27/04/2018 16:21, Maxime Coquelin: > > On 04/27/2018 04:06 PM, Fan Zhang wrote: > > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > > > > This patch fix final condition check while moving virtqueue > > descriptors. > > > > Signed-off-by: Fan Zhang > > --- > > lib/librte_vhost/vhos

Re: [dpdk-dev] [PATCH] vhost/crypto: fix condition check

2018-04-27 Thread Maxime Coquelin
On 04/27/2018 04:06 PM, Fan Zhang wrote: Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") This patch fix final condition check while moving virtqueue descriptors. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[dpdk-dev] [PATCH] vhost/crypto: fix condition check

2018-04-27 Thread Fan Zhang
Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") This patch fix final condition check while moving virtqueue descriptors. Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_vhost/vhost_crypto.c