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

2018-11-02 Thread Ferruh Yigit
On 11/2/2018 8:22 PM, Ferruh Yigit wrote: > On 11/1/2018 2:15 PM, stable-boun...@dpdk.org wrote: >> 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

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

2018-11-02 Thread Ferruh Yigit
On 11/1/2018 2:15 PM, stable-boun...@dpdk.org wrote: > 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 Revi