CHANGELOG: add multiple connections per vhost device
Change-Id: I13065d0e12bf96f9192cf9e8aa896c7f6dd51e2a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/442630 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
c14cd59f1b
commit
a0999fd283
@ -140,6 +140,12 @@ EXPERIMENTAL: Added basic flash translation layer module allowing for using Open
|
|||||||
block devices. The module is split into the library (located in lib/ftl) and bdev_ftl
|
block devices. The module is split into the library (located in lib/ftl) and bdev_ftl
|
||||||
(lib/bdev/ftl). See the [documentation](https://spdk.io/doc/ftl.html) for more details.
|
(lib/bdev/ftl). See the [documentation](https://spdk.io/doc/ftl.html) for more details.
|
||||||
|
|
||||||
|
### vhost
|
||||||
|
|
||||||
|
Vhost SCSI and Vhost Block devices can now accept multiple connections on the same socket file.
|
||||||
|
Each connection (internally called a vhost session) will have access to the same storage, but
|
||||||
|
will use different virtqueues, different features and possibly different memory.
|
||||||
|
|
||||||
## v18.10:
|
## v18.10:
|
||||||
|
|
||||||
### nvme
|
### nvme
|
||||||
|
Loading…
Reference in New Issue
Block a user