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 67E25A04B1; Tue, 24 Nov 2020 16:34:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 954D0C926; Tue, 24 Nov 2020 16:34:19 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B4981C914 for ; Tue, 24 Nov 2020 16:34:17 +0100 (CET) IronPort-SDR: uPPOragKj+2T78kAyPpuEPbyYqn8W5Ifwe9tK3hCIJVQWWxsmlWn9Z+tR2+GXS/0qtU53LcMBI A/bjyxDn4klQ== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="159006448" X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="159006448" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 07:34:15 -0800 IronPort-SDR: ndubjtOOokaWxHZLvcj+ZtUgCo1DBkLK2nlbRknqe8Vhj95TaW+zAOpYaRnxzyUygZSoawyj5E 2n51VHl7B5dQ== X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="370403494" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.85.132]) ([10.251.85.132]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 07:34:14 -0800 To: Ajit Khaparde , dev@dpdk.org References: <20201026214604.35570-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <00577ddb-6228-eebf-f94f-36401ef49774@intel.com> Date: Tue, 24 Nov 2020 15:34:11 +0000 MIME-Version: 1.0 In-Reply-To: <20201026214604.35570-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: announce end of support for some Broadcom devices 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" On 10/26/2020 9:46 PM, Ajit Khaparde wrote: > Devices belonging to BCM573xx and BCM5740x family will not be supported > from the 21.02 release. > > Signed-off-by: Ajit Khaparde > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 2e082499b8..f1fce4210d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -166,3 +166,9 @@ Deprecation Notices > ``make``. Given environments are too much variables for such a simple script, > it will be removed in DPDK 20.11. > Some useful parts may be converted into specific scripts. > + > +* Broadcom bnxt PMD: NetXtreme devices belonging to the ``BCM573xx and > + BCM5740x`` families will no longer be supported as of DPDK 21.02. > + Specifically the support for the following Broadcom PCI ids will be removed > + from the release: ``0x16c8, 0x16c9, 0x16ca, 0x16ce, 0x16cf, 0x16df,`` > + ``0x16d0, 0x16d1, 0x16d2, 0x16d4, 0x16d5, 0x16e7, 0x16e8, 0x16e9``. > Reviewed-by: Ferruh Yigit