Re: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2019-06-20 Thread Maxime Coquelin
On 5/15/19 6:09 PM, Fan Zhang wrote: This patch fixes the inferred misuse of enum of crypto algorithms. Coverity issue: 325879 Fixes: e80a98708166 ("vhost/crypto: add session message handler") Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 93 ++

Re: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2019-06-20 Thread Maxime Coquelin
On 5/15/19 6:09 PM, Fan Zhang wrote: This patch fixes the inferred misuse of enum of crypto algorithms. Coverity issue: 325879 Fixes: e80a98708166 ("vhost/crypto: add session message handler") Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 93 ++

Re: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2019-06-17 Thread Kovacevic, Marko
> Subject: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum > > This patch fixes the inferred misuse of enum of crypto algorithms. > > Coverity issue: 325879 > Fixes: e80a98708166 ("vhost/crypto: add session message handler") > Cc: sta...@dpdk.or

[dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2019-05-15 Thread Fan Zhang
This patch fixes the inferred misuse of enum of crypto algorithms. Coverity issue: 325879 Fixes: e80a98708166 ("vhost/crypto: add session message handler") Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 93 ++--- 1 file cha

[dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2018-11-01 Thread Fan Zhang
Fix inffered misuse of enum rte_crypto_cipher_algorithm and rte_crypto_auth_algorithm Coverity issue 277202 Fixes: e80a98708166 ("vhost/crypto: add session message handler") Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 6 +++--- 1 file changed, 3 insertion