Go to file
Yunjian Wang dc9e658013 examples/vhost_blk: check driver start failure
This checks the return value from the function
rte_vhost_driver_start.

Coverity issue: 362027
Fixes: c19beb3f38 ("examples/vhost_blk: introduce vhost storage sample")
Cc: stable@dpdk.org

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
2020-09-30 23:16:55 +02:00
.ci
app app: fix ethdev port id size 2020-09-30 19:19:15 +02:00
buildtools doc: hide sphinx standard output 2020-09-30 16:02:13 +02:00
config
devtools devtools: remove legacy flags from includes check 2020-10-01 16:41:20 +02:00
doc net/virtio: sync speed capability with ethdev 2020-09-30 23:16:55 +02:00
drivers net/virtio: sync speed capability with ethdev 2020-09-30 23:16:55 +02:00
examples examples/vhost_blk: check driver start failure 2020-09-30 23:16:55 +02:00
kernel kni: fix build with Linux 5.9 2020-09-29 12:38:04 +02:00
lib vhost: promote vDPA API as stable 2020-09-30 23:16:55 +02:00
license
usertools
.editorconfig
.gitattributes
.gitignore
.travis.yml ci: add tests jobs in aarch64 vm 2020-09-30 21:52:54 +02:00
ABI_VERSION
MAINTAINERS ethdev: remove old close behaviour 2020-09-30 19:19:14 +02:00
Makefile
meson_options.txt
meson.build
README
VERSION

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org