numam-dpdk/examples/vhost_scsi
Jim Harris 61af1713d3 vhost: add missing experimental flag
This function is listed under EXPERIMENTAL in the
rte_vhost_version.map, so it needs to be marked
with __rte_experimental in the header file as well.

Found by check-experimental-syms.sh when trying to compile
DPDK with -finstrument-functions.  This script didn't
catch this in the normal case, since the function is
declared __rte_always_inline.

This also requires updating the vhost_scsi example to allow
use of this newly marked experimental API.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2019-10-07 15:00:57 +02:00
..
Makefile vhost: add missing experimental flag 2019-10-07 15:00:57 +02:00
meson.build vhost: add missing experimental flag 2019-10-07 15:00:57 +02:00
scsi_spec.h examples/vhost_scsi: replace strncpy with strlcpy 2018-05-13 23:54:28 +02:00
scsi.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
vhost_scsi.c remove extra blank lines at end of files 2019-08-05 15:19:32 +02:00
vhost_scsi.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00