From patchwork Fri May 25 11:40:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhihong Wang X-Patchwork-Id: 40415 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 82B6F2F7D; Fri, 25 May 2018 13:42:21 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6C37E14E8 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 fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 04:42:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,440,1520924400"; d="scan'208";a="52127387" Received: from dpdk99.sh.intel.com ([10.67.110.156]) by FMSMGA003.fm.intel.com with ESMTP; 25 May 2018 04:42:13 -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:22 +0800 Message-Id: <20180525114022.6979-1-zhihong.wang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: update release notes for vdpa 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Zhihong Wang Acked-by: Marko Kovacevic --- 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..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 -----------