From patchwork Thu Nov 30 09:46:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yang, Zhiyong" X-Patchwork-Id: 31795 X-Patchwork-Delegate: maxime.coquelin@redhat.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 05976199B5; Thu, 30 Nov 2017 10:47:46 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EB2567D30 for ; Thu, 30 Nov 2017 10:47:39 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2017 01:47:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.45,341,1508828400"; d="scan'208"; a="1250236880" Received: from unknown (HELO dpdk5.bj.intel.com) ([172.16.182.182]) by fmsmga002.fm.intel.com with ESMTP; 30 Nov 2017 01:47:37 -0800 From: Zhiyong Yang To: dev@dpdk.org, yliu@fridaylinux.org, maxime.coquelin@redhat.com Cc: wei.w.wang@intel.com, jianfeng.tan@intel.com, Zhiyong Yang Date: Thu, 30 Nov 2017 17:46:57 +0800 Message-Id: <20171130094657.11470-12-zhiyong.yang@intel.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20171130094657.11470-1-zhiyong.yang@intel.com> References: <20171130094657.11470-1-zhiyong.yang@intel.com> Subject: [dpdk-dev] [PATCH 11/11] net/vhostpci: update release note 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" update release note doc. update MAINTAINERS file. Signed-off-by: Zhiyong Yang --- MAINTAINERS | 6 ++++++ doc/guides/rel_notes/release_18_02.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f0baeb423..7db0cfa35 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -525,6 +525,12 @@ T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ F: doc/guides/nics/features/vhost.ini +Vhostpci PMD +M: Zhiyong Yang +F: drivers/net/vhostpci/ +F: doc/guides/nics/vhostpci.rst +F: doc/guides/nics/features/vhostpci.ini + Virtio PMD M: Yuanhan Liu M: Maxime Coquelin diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 24b67bb8b..b9f251db4 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -41,6 +41,11 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Added vhostpci PMD.** + + Added a new ``vhostpci PMD`` to drive ``vhostpci device``, which is a new + virtio pci device. Vhostpci PMD works in pair with virtio-net PMD to achieve + point-to-point communication between VMs. API Changes ----------- @@ -154,6 +159,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_pmd_ring.so.2 librte_pmd_softnic.so.1 librte_pmd_vhost.so.2 + librte_pmd_vhostpci.so.1 librte_port.so.3 librte_power.so.1 librte_reorder.so.1