Re: [dpdk-dev] [PATCH v3 0/5] some small fixes

2019-04-22 Thread Thomas Monjalon
> Bruce Richardson (5): > examples/vhost_scsi: fix header check for meson build > examples/vhost_scsi: fix missing NULL-check for parameter > net/i40e: fix dereference before NULL check in mbuf release > app/testpmd: fix variable use before NULL check > net/i40e: fix dereference before ch

[dpdk-dev] [PATCH v3 0/5] some small fixes

2019-04-08 Thread Bruce Richardson
A few coverity fixes, along with a fix for one of the examples meson.build files which I caught along the way. v3: updated patch 2, to include fixes from Tiwei. v2: include a typo fix identified by Rami Rosen. Bruce Richardson (5): examples/vhost_scsi: fix header check for meson build example