numam-dpdk/examples/vhost_scsi
Stefan Hajnoczi 6c299bb732 vhost: introduce vring call API
Users of librte_vhost currently implement the vring call operation
themselves.  Each caller performs the operation slightly differently.

This patch introduces a new librte_vhost API called
rte_vhost_vring_call() that performs the operation so that vhost-user
applications don't have to duplicate it.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
2018-01-16 18:47:49 +01:00
..
Makefile examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
scsi_spec.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
scsi.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vhost_scsi.c vhost: introduce vring call API 2018-01-16 18:47:49 +01:00
vhost_scsi.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00