Spdk/lib/vhost
Darek Stojaczyk 0e46c8f638 vhost: allow allocating per-session context data
Sessions are allocated internally by the core vhost
library whenever DPDK accepts a new connection, so
the only reasonable way to store additional per-sesion
data is to tell the core vhost library how much extra
memory it needs to allocate. Hence, we add a new field
to the vhost device backend struct.

Change-Id: Id6c8285505b2e610e28e5d985aceb271ed232555
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/437778
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
2019-01-15 18:48:14 +00:00
..
rte_vhost vhost fix potential memleak in vhost_backend_cleanup 2019-01-15 17:01:09 +00:00
Makefile vhost_user_nvme: add vhost user nvme target to SPDK 2018-04-03 15:01:24 -04:00
vhost_blk.c vhost: allow allocating per-session context data 2019-01-15 18:48:14 +00:00
vhost_internal.h vhost: allow allocating per-session context data 2019-01-15 18:48:14 +00:00
vhost_nvme.c vhost: allow allocating per-session context data 2019-01-15 18:48:14 +00:00
vhost_rpc.c vhost: rpc: add an optional parameter -n/--name for get_vhost_controllers 2018-10-04 23:33:04 +00:00
vhost_scsi.c vhost: allow allocating per-session context data 2019-01-15 18:48:14 +00:00
vhost.c vhost: allow allocating per-session context data 2019-01-15 18:48:14 +00:00