X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_16_07.rst;h=c7140521082c36f8d5c5ebff6fed66f8b3c52ddf;hb=ce2eabdd43ecfdd3ada379ed884063e82fa266e9;hp=44af81bfc5d131019061f9a2a87fe715ae100c28;hpb=e9efa4d9382159b6bf857ca95dd9ee36e7c6027b;p=dpdk.git diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst index 44af81bfc5..c714052108 100644 --- a/doc/guides/rel_notes/release_16_07.rst +++ b/doc/guides/rel_notes/release_16_07.rst @@ -51,6 +51,19 @@ New Features The ioports are mapped in memory when using Linux UIO. +* **Virtio support for containers.** + + Add a new virtual device, named virtio-user, to support virtio for containers. + + Known limitations: + + * Control queue and multi-queue are not supported yet. + * Cannot work with --huge-unlink. + * Cannot work with --no-huge. + * Cannot work when there are more than VHOST_MEMORY_MAX_NREGIONS(8) hugepages. + * Root privilege is a must for sorting hugepages by physical address. + * Can only be used with vhost user backend. + * **Added vhost-user client mode.** DPDK vhost-user could be the server as well as the client. It supports