From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 77C901B05 for ; Fri, 25 May 2018 13:42:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 04:42:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,440,1520924400"; d="scan'208";a="57532480" Received: from dpdk99.sh.intel.com ([10.67.110.156]) by fmsmga004.fm.intel.com with ESMTP; 25 May 2018 04:42:15 -0700 From: Zhihong Wang To: dev@dpdk.org Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, Zhihong Wang Date: Fri, 25 May 2018 19:40:24 +0800 Message-Id: <20180525114024.7020-1-zhihong.wang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: update release notes for vhost interrupt mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 11:42:17 -0000 Signed-off-by: Zhihong Wang --- doc/guides/rel_notes/release_18_05.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 ----------- -- 2.13.6