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

2018-05-04 Thread Maxime Coquelin
On 04/30/2018 12:36 PM, Fan Zhang wrote: Coverity issue: 233232 Coverity issue: 233237 Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Applied to dpdk-next-virt

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

2018-04-30 Thread Thomas Monjalon
30/04/2018 12:36, Fan Zhang: > Coverity issue: 233232 > Coverity issue: 233237 > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > > Signed-off-by: Fan Zhang 2 comments, Fan: 1/ I think it the v2 of a previous commit. Please update the patchwork status (superseded), use -v option for

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

2018-04-30 Thread Maxime Coquelin
On 04/30/2018 12:36 PM, Fan Zhang wrote: Coverity issue: 233232 Coverity issue: 233237 Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Maxime Coque

[dpdk-dev] [PATCH] vhost/crypto: fix bracket

2018-04-30 Thread Fan Zhang
Coverity issue: 233232 Coverity issue: 233237 Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/librte_vhost/vhost_crypto.c b/lib/librte_vhost/vhost_cryp