From patchwork Sat Oct 17 18:21:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 81219 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BEA45A04DB; Sat, 17 Oct 2020 20:27:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8853E239; Sat, 17 Oct 2020 20:20:04 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 07137CA90 for ; Sat, 17 Oct 2020 20:19:41 +0200 (CEST) IronPort-SDR: QrD301apqkP0Pm9/vKITOsyO9Lr2OzQ6IWxsrUeywrH2QqHVlalaRbe4acFqaRpb7HqWWxP2wH RXSLUmroRxNw== X-IronPort-AV: E=McAfee;i="6000,8403,9777"; a="146122200" X-IronPort-AV: E=Sophos;i="5.77,387,1596524400"; d="scan'208";a="146122200" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Oct 2020 11:19:40 -0700 IronPort-SDR: dXDecdq+00iSN97IzRcVD5ZRznbzWYcsJmAl2nu4Uwiw67zy+rSE9a5rb7PgsbXf6xyYoNZtsD VxVP7VIJvxzw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,387,1596524400"; d="scan'208";a="532129726" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by orsmga005.jf.intel.com with ESMTP; 17 Oct 2020 11:19:39 -0700 From: Timothy McDaniel To: Thomas Monjalon , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, erik.g.carrillo@intel.com, gage.eads@intel.com, harry.van.haaren@intel.com, jerinj@marvell.com Date: Sat, 17 Oct 2020 13:21:19 -0500 Message-Id: <1602958879-8558-23-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1602958879-8558-1-git-send-email-timothy.mcdaniel@intel.com> References: <1599855987-25976-2-git-send-email-timothy.mcdaniel@intel.com> <1602958879-8558-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH v2 22/22] doc: add new DLB2 eventdev driver to relnotes 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" Added announcement of availabililty for the new driver for Intel Dynamic Load Balancer 2.0 hardware. Signed-off-by: Timothy McDaniel --- MAINTAINERS | 5 +++++ doc/guides/rel_notes/release_20_11.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3b16d7a..f732f28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1188,6 +1188,11 @@ M: Peter Mccarthy F: drivers/event/opdl/ F: doc/guides/eventdevs/opdl.rst +Intel DLB2 Eventdev PMD +M: Timothy McDaniel +F: drivers/event/dlb2/ +F: doc/guides/eventdevs/dlb2.rst + Rawdev Drivers -------------- diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index df227a1..f80df21 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -55,6 +55,11 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Added a new driver for the Intel Dynamic Load Balancer v2.0 device.** + + Added the new ``dlb2`` eventdev driver for the Intel DLB V2.0 device. See the + :doc:`../eventdevs/dlb2` eventdev guide for more details on this new driver. + Removed Items -------------