Re: [dpdk-dev] [PATCH 1/2] net/virtio: fix unchecked return value

2018-11-09 Thread Maxime Coquelin
On 11/7/18 10:01 AM, Tiwei Bie wrote: Coverity issue: 302861 Fixes: 6ba1f63b5ab0 ("virtio: support specification 1.0") Signed-off-by: Tiwei Bie --- This patch can't be backported because it depends on the API change introduced by below commit in this release. commit e8d435f1f3a1 ("bus/pci:

[dpdk-dev] [PATCH 1/2] net/virtio: fix unchecked return value

2018-11-07 Thread Tiwei Bie
Coverity issue: 302861 Fixes: 6ba1f63b5ab0 ("virtio: support specification 1.0") Signed-off-by: Tiwei Bie --- This patch can't be backported because it depends on the API change introduced by below commit in this release. commit e8d435f1f3a1 ("bus/pci: harmonize return value of config read") d