From patchwork Thu Jan 14 06:25:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenbo Xia X-Patchwork-Id: 86516 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C43CEA0A02; Thu, 14 Jan 2021 07:31:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEEDD140E4B; Thu, 14 Jan 2021 07:30:33 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 89E75140E69 for ; Thu, 14 Jan 2021 07:30:30 +0100 (CET) IronPort-SDR: Y+lldtUQJClIpWi475vHwpD+quQCu+k84Rlc1VS7AirDDr4c270VjRyWPC9ebYH+kmLAp31qdC P/af2jxkoB0A== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="178407184" X-IronPort-AV: E=Sophos;i="5.79,346,1602572400"; d="scan'208";a="178407184" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 22:30:30 -0800 IronPort-SDR: Ze7jc8bx2MhzIBypIleEgmv7Qk70pkGZrGrD/P1Dcqx9z2wIUjLWqMqgDunha8zVC2A0kcbpjh AibCvniAG5mA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,346,1602572400"; d="scan'208";a="400799498" Received: from npg-dpdk-virtio-xiachenbo-nw.sh.intel.com ([10.67.119.123]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2021 22:30:28 -0800 From: Chenbo Xia To: dev@dpdk.org, thomas@monjalon.net, david.marchand@redhat.com Cc: stephen@networkplumber.org, cunming.liang@intel.com, xiuchun.lu@intel.com, miao.li@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Date: Thu, 14 Jan 2021 14:25:12 +0800 Message-Id: <20210114062512.45462-9-chenbo.xia@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210114062512.45462-1-chenbo.xia@intel.com> References: <20201219062806.56477-1-chenbo.xia@intel.com> <20210114062512.45462-1-chenbo.xia@intel.com> Subject: [dpdk-dev] [PATCH v3 8/8] doc: update release notes for iavf emudev driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 notes for emulated iavf driver. Signed-off-by: Chenbo Xia --- doc/guides/rel_notes/release_21_02.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index 9686930de3..90030079a5 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -67,7 +67,7 @@ New Features See :doc:`../prog_guide/vfio_user_lib` for more information. -* **Added emudev Library.** +* **Added emudev Library and first emudev driver.** Added an experimental library ``librte_emudev`` to provide device abstraction for an emulated device. @@ -77,6 +77,10 @@ New Features crypto and etc.). It can be attached to another data path driver (e.g, ethdev driver) to leverage the high performance of DPDK data path driver. + The first emudev driver is also introduced, which emulates software iavf + devices. This driver emulates all iavf device behavior except data path + handling. + See :doc:`../prog_guide/emudev` for more information. Removed Items