numam-spdk/lib/virtio
Changpeng Liu 7b16ba29fa virtio: use correct number of entries field
Socket message VHOST_USER_SET_VRING_ENABLE will use number of
vring entries as input parameter to indicate the vring is
enabled or not, previously the flag in vhost-user library
wasn't checked before commit d0fcc38f5
"vhost: improve device readiness notifications", so here
we also use correct filed set in SPDK.

Fix issue #1583.

Change-Id: If5ac8a4ba31bdecbb5a64b736346c99e4be0f4b6
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3989
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-09-04 08:13:48 +00:00
..
Makefile lib/makefile: move vhost_user.c into lib/virtio directory 2020-06-09 07:37:43 +00:00
spdk_virtio.map lib/virtio: add a map file. 2020-05-14 10:37:14 +00:00
vhost_user.c lib/makefile: move vhost_user.c into lib/virtio directory 2020-06-09 07:37:43 +00:00
vhost_user.h lib/makefile: move vhost_user.c into lib/virtio directory 2020-06-09 07:37:43 +00:00
virtio_pci.c lib/virtio: fix heap use after free issue. 2020-08-04 16:56:42 +00:00
virtio_user.c virtio: use correct number of entries field 2020-09-04 08:13:48 +00:00
virtio.c virtio: remove unnecessary included header file 2020-01-10 08:45:45 +00:00