Message ID | 20180525114022.6979-1-zhihong.wang@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | success | Compilation OK |
> Signed-off-by: Zhihong Wang <zhihong.wang@intel.com> > --- > doc/guides/rel_notes/release_18_05.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
On 5/25/2018 4:22 PM, Kovacevic, Marko wrote: >> Signed-off-by: Zhihong Wang <zhihong.wang@intel.com> > Acked-by: Marko Kovacevic <marko.kovacevic@intel.com> Applied to dpdk-next-net/master, thanks.
diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 40eec3a49..44180bb44 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -257,6 +257,12 @@ New Features on eth devices (right now only via SW RX/TX callbacks). It also adds dependency on libelf. +* **Added vDPA in vhost-user lib.** + + Added support for selective datapath in vhost-user lib. vDPA stands for vhost + Data Path Acceleration. It supports virtio ring compatible devices to serve + virtio driver directly to enable datapath acceleration. + API Changes -----------
Signed-off-by: Zhihong Wang <zhihong.wang@intel.com> --- doc/guides/rel_notes/release_18_05.rst | 6 ++++++ 1 file changed, 6 insertions(+)