Re: [dpdk-dev] [PATCH v2] vhost-blk: fix the unused return value

2020-01-09 Thread Maxime Coquelin
On 11/27/19 1:57 PM, Maxime Coquelin wrote: > > > On 11/27/19 1:16 PM, Jin Yu wrote: >> add the assert to handle error. >> >> Coverity issue: 350592 >> Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Jin Yu >> --- >> v2 -

Re: [dpdk-dev] [PATCH v2] vhost-blk: fix the unused return value

2019-11-27 Thread Maxime Coquelin
On 11/27/19 1:16 PM, Jin Yu wrote: > add the assert to handle error. > > Coverity issue: 350592 > Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") > Cc: sta...@dpdk.org > > Signed-off-by: Jin Yu > --- > v2 - add the error hander > --- > examples/vhost_blk/vhost_blk.

[dpdk-dev] [PATCH v2] vhost-blk: fix the unused return value

2019-11-26 Thread Jin Yu
add the assert to handle error. Coverity issue: 350592 Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- v2 - add the error hander --- examples/vhost_blk/vhost_blk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exampl