Re: [dpdk-dev] [PATCH v2] net/virtio-user: fix unchecked return value

2017-11-14 Thread Maxime Coquelin
Hi Sebastian, On 11/14/2017 10:27 AM, SebastianX Basierski wrote: Report error message if clearing O_NONBLOCK flag will fail, then return from function. --- v2: Patch title changed. --- The above note should be placed just before diffstats to be removed at apply time. Coverity i

[dpdk-dev] [PATCH v2] net/virtio-user: fix unchecked return value

2017-11-14 Thread SebastianX Basierski
Report error message if clearing O_NONBLOCK flag will fail, then return from function. --- v2: Patch title changed. --- Coverity issue: 143439 Fixes: ef53b6030039 ("net/virtio-user: support LSC") Cc: jianfeng@intel.com Cc: y...@fridaylinux.org cc: dev@dpdk.org Signed-off-by: Sebasti