Re: [dpdk-dev] [PATCH] vhost/crypto: fix incorrect fetch size

2020-02-05 Thread Maxime Coquelin
On 1/29/20 11:24 AM, Fan Zhang wrote: > Coverity issue: 343401 > > This patch fixes the incorrect rte_vhost_crypto_fetch_requests > return value. > > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > Cc: roy.fan.zh...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Fan Zhang > -

Re: [dpdk-dev] [PATCH] vhost/crypto: fix incorrect fetch size

2020-02-05 Thread Maxime Coquelin
On 1/29/20 11:24 AM, Fan Zhang wrote: > Coverity issue: 343401 > > This patch fixes the incorrect rte_vhost_crypto_fetch_requests > return value. > > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > Cc: roy.fan.zh...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Fan Zhang > -

[dpdk-dev] [PATCH] vhost/crypto: fix incorrect fetch size

2020-01-29 Thread Fan Zhang
Coverity issue: 343401 This patch fixes the incorrect rte_vhost_crypto_fetch_requests return value. Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 10 +- 1 file cha