From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47FBAA04C1; Fri, 11 Sep 2020 21:25:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90C461C244; Fri, 11 Sep 2020 21:22:42 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 1D1FA1C1C8 for ; Fri, 11 Sep 2020 21:22:18 +0200 (CEST) IronPort-SDR: aO2qyFSz1OelPwiG9YBvC7bCSV9TSZK3vcD9xPpCDPcc5DQB7JIFmPJzANVzaNJNTcgsB0IHC9 QW7FgGxjc9qg== X-IronPort-AV: E=McAfee;i="6000,8403,9741"; a="146570567" X-IronPort-AV: E=Sophos;i="5.76,416,1592895600"; d="scan'208";a="146570567" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 12:22:18 -0700 IronPort-SDR: GspnO9Id7zJe6fwv1Rp08LVQwE99VoBbimdwmP/zDY+nZA/ojZcZFgAp7Yaua/fd42H2VTEVBp qjYTgHPH/qew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,416,1592895600"; d="scan'208";a="506375732" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by fmsmga005.fm.intel.com with ESMTP; 11 Sep 2020 12:22:17 -0700 From: Timothy McDaniel To: 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: Fri, 11 Sep 2020 14:18:40 -0500 Message-Id: <1599851920-16802-23-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1599851920-16802-1-git-send-email-timothy.mcdaniel@intel.com> References: <1599851920-16802-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH v4 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 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 V1.0 hardware. Signed-off-by: Timothy McDaniel --- doc/guides/rel_notes/release_20_11.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index df227a1..8414e49 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