Re: [dpdk-dev] [PATCH] examples/vhost: fix unchecked return value

2021-03-30 Thread Xia, Chenbo
> -Original Message- > From: dev On Behalf Of Chenbo Xia > Sent: Friday, February 19, 2021 10:40 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] examples/vhost: fix unchecked return value > > This patch fixe

Re: [dpdk-dev] [PATCH] examples/vhost: fix unchecked return value

2021-03-19 Thread Maxime Coquelin
On 2/19/21 3:40 AM, Chenbo Xia wrote: > This patch fixes unchecked return value for rte_vhost_get_mem_table(), > which is reported by coverity. > > Coverity issue: 364233 > Fixes: ca059fa5e290 ("examples/vhost: demonstrate the new generic APIs") > Cc: sta...@dpdk.org > > Signed-off-by: Chenbo

[dpdk-dev] [PATCH] examples/vhost: fix unchecked return value

2021-02-18 Thread Chenbo Xia
This patch fixes unchecked return value for rte_vhost_get_mem_table(), which is reported by coverity. Coverity issue: 364233 Fixes: ca059fa5e290 ("examples/vhost: demonstrate the new generic APIs") Cc: sta...@dpdk.org Signed-off-by: Chenbo Xia --- examples/vhost/virtio_net.c | 8 +++- 1 fil