mbox series

[0/2] Fix Coverity issues for virtio-pci and vhost-user msg

Message ID 20181107090102.9364-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Fix Coverity issues for virtio-pci and vhost-user msg |

Message

Tiwei Bie Nov. 7, 2018, 9:01 a.m. UTC
  Tiwei Bie (2):
  net/virtio: fix unchecked return value
  vhost: remove unneeded null pointer check

 drivers/net/virtio/virtio_pci.c | 10 ++++++++--
 lib/librte_vhost/vhost_user.c   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
  

Comments

Maxime Coquelin Nov. 9, 2018, 2:52 p.m. UTC | #1
On 11/7/18 10:01 AM, Tiwei Bie wrote:
> Tiwei Bie (2):
>    net/virtio: fix unchecked return value
>    vhost: remove unneeded null pointer check
> 
>   drivers/net/virtio/virtio_pci.c | 10 ++++++++--
>   lib/librte_vhost/vhost_user.c   |  2 +-
>   2 files changed, 9 insertions(+), 3 deletions(-)
> 


Applied to dpdk-next-virtio/master

Thanks,
Maxime