From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huawei Xie Subject: [PATCH v6 8/8] doc: update release notes 2.2 about virtio performance optimization Date: Thu, 29 Oct 2015 22:53:29 +0800 Message-ID: <1446130409-8217-9-git-send-email-huawei.xie@intel.com> References: <1443537953-23917-1-git-send-email-huawei.xie@intel.com> <1446130409-8217-1-git-send-email-huawei.xie@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 96C61921C for ; Thu, 29 Oct 2015 15:54:07 +0100 (CET) In-Reply-To: <1446130409-8217-1-git-send-email-huawei.xie@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update release notes about virtio ring layout optimization, vector rx and simple tx support Signed-off-by: Huawei Xie --- doc/guides/rel_notes/release_2_2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 682f468..5d0dd6f 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -4,6 +4,9 @@ DPDK Release 2.2 New Features ------------ +* **Enhanced support for virtio driver.** + + * Virtio ring layout optimization(fixed avail ring), vector RX and simple tx support Resolved Issues --------------- -- 1.8.1.4