[dpdk-dev] doc: update release notes for vdpa

Message ID 20180525114022.6979-1-zhihong.wang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Zhihong Wang May 25, 2018, 11:40 a.m. UTC
  Signed-off-by: Zhihong Wang <zhihong.wang@intel.com>
---
 doc/guides/rel_notes/release_18_05.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Kovacevic, Marko May 25, 2018, 3:22 p.m. UTC | #1
> 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>
  
Ferruh Yigit May 25, 2018, 4:33 p.m. UTC | #2
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.
  

Patch

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
 -----------