From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7232EA04DB;
	Sat, 17 Oct 2020 21:10:19 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id C8979E228;
	Sat, 17 Oct 2020 21:02:58 +0200 (CEST)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 5806FCF73
 for <dev@dpdk.org>; Sat, 17 Oct 2020 21:02:37 +0200 (CEST)
IronPort-SDR: wXlvBC3UwMo4G0opT490y+TVH2g2ALe5es5zYwN6yHBu3gMYYy4v6JRDapSmac+0AwSGo4l0RM
 sPvf1v5pX5SQ==
X-IronPort-AV: E=McAfee;i="6000,8403,9777"; a="166946677"
X-IronPort-AV: E=Sophos;i="5.77,387,1596524400"; d="scan'208";a="166946677"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 17 Oct 2020 12:02:36 -0700
IronPort-SDR: 9bSkGKW+7SPfgIf+STK2AV7ffGcCu24WAFCWAu145a9oD0LLSif6qX+EQJwSauVFsLdDNVSAzz
 6eOtH8XePRXA==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.77,387,1596524400"; d="scan'208";a="532137474"
Received: from txasoft-yocto.an.intel.com ([10.123.72.192])
 by orsmga005.jf.intel.com with ESMTP; 17 Oct 2020 12:02:35 -0700
From: Timothy McDaniel <timothy.mcdaniel@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>,
 John McNamara <john.mcnamara@intel.com>,
 Marko Kovacevic <marko.kovacevic@intel.com>
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 14:04:16 -0500
Message-Id: <1602961456-17392-23-git-send-email-timothy.mcdaniel@intel.com>
X-Mailer: git-send-email 1.7.10
In-Reply-To: <1602961456-17392-1-git-send-email-timothy.mcdaniel@intel.com>
References: <1596138614-17409-2-git-send-email-timothy.mcdaniel@intel.com>
 <1602961456-17392-1-git-send-email-timothy.mcdaniel@intel.com>
Subject: [dpdk-dev] [PATCH v5 22/22] doc: Add new DLB eventdev driver to
	relnotes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Added announcement of availabililty for the new driver
for Intel Dynamic Load Balancer 1.0 hardware.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
---
 MAINTAINERS                            | 5 +++++
 doc/guides/rel_notes/release_20_11.rst | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0abbe0..2ca4a4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1188,6 +1188,11 @@ M: Peter Mccarthy <peter.mccarthy@intel.com>
 F: drivers/event/opdl/
 F: doc/guides/eventdevs/opdl.rst
 
+Intel DLB Eventdev PMD
+M: Timothy McDaniel <timothy.mcdaniel@intel.com>
+F: drivers/event/dlb/
+F: doc/guides/eventdevs/dlb.rst
+
 
 Rawdev Drivers
 --------------
diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index cc72609..e3fac7e 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 v1.0 device.**
+
+  Added the new ``dlb`` eventdev driver for the Intel DLB V1.0 device. See the
+  :doc:`../eventdevs/dlb` eventdev guide for more details on this new driver.
+
 
 Removed Items
 -------------
-- 
2.6.4