[dpdk-dev] doc: update release notes for vhost interrupt mode

Message ID 20180525114024.7020-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:23 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:34 p.m. UTC | #2
On 5/25/2018 4:23 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..eda6cf411 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 support for vhost dequeue interrupt mode.**
+
+  Added support for vhost dequeue interrupt mode to release cpus to others when
+  no data to transmit. Applications could register an epoll event fd to associate
+  Rx queues with interrupt vectors.
+
 
 API Changes
 -----------