From patchwork Mon Mar 1 17:00:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 88332 X-Patchwork-Delegate: jerinj@marvell.com 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 156E6A054F; Mon, 1 Mar 2021 18:02:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA4EC22A311; Mon, 1 Mar 2021 18:02:25 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 17DDB22A311 for ; Mon, 1 Mar 2021 18:02:23 +0100 (CET) IronPort-SDR: v6uQZsJ08Ph5VgEmhOtcA53bQV91XLt74P9EsuwcFCGh/1oYhpYzuNLaW8Cidz5ODM+48sKb8X BXRtBLGyKRZw== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="250579018" X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="250579018" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 09:01:57 -0800 IronPort-SDR: szPfy++hvEzrAaNftnh6aPq3kdDWAi41CXY9vyE/QN4Pv89kklmwZjJP6JjGTLAZNrmk6dpg9S TWUACxUSDL5Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="426989292" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by fmsmga004.fm.intel.com with ESMTP; 01 Mar 2021 09:01:46 -0800 From: Timothy McDaniel To: Cc: dev@dpdk.org, erik.g.carrillo@intel.com, harry.van.haaren@intel.com, jerinj@marvell.com, thomas@monjalon.net Date: Mon, 1 Mar 2021 11:00:59 -0600 Message-Id: <1614618060-12773-5-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1614618060-12773-1-git-send-email-timothy.mcdaniel@intel.com> References: <1614618060-12773-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH 4/4] doc: update 21.05 release notes to announce removal of DLB V1 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" Support for DLB v1 is being removed from dpdk in 21.05. Signed-off-by: Timothy McDaniel --- doc/guides/rel_notes/release_21_05.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 5aa9ed7db..a941d89ef 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -68,6 +68,8 @@ Removed Items Also, make sure to start the actual text at the margin. ======================================================= +* Removed support for DLB V1 hardware. This is not a broad market device, + and existing customers already obtain the source code directly from Intel. API Changes -----------