> -----Original Message----- > From: dev <dev-boun...@dpdk.org> 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 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 <chenbo....@intel.com> > --- > 2.17.1
Applied to next-virtio/main, Thanks