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 014D5A052A;
	Thu, 26 Nov 2020 12:54:11 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 0AAADC93E;
	Thu, 26 Nov 2020 12:54:10 +0100 (CET)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id 0A311C93C
 for <dev@dpdk.org>; Thu, 26 Nov 2020 12:54:07 +0100 (CET)
IronPort-SDR: MAI5fOysn7ipPTAPZyZ0gWAaLQB1I1xEb1VxJ0fWyXsTjaBlcxfyJvZ/ORssSSS8Ymb/DUMMO3
 mijkIfKQWGQQ==
X-IronPort-AV: E=McAfee;i="6000,8403,9816"; a="160046308"
X-IronPort-AV: E=Sophos;i="5.78,372,1599548400"; d="scan'208";a="160046308"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 26 Nov 2020 03:31:06 -0800
IronPort-SDR: hmwkfvkIgbnj6YUlZdh/1iEvsJii6lTmiJxBPd/yEoq0eJ7tH2eB8jx0UVn33wSX2lmijzrqpO
 5PZBxCl1d6Hg==
X-IronPort-AV: E=Sophos;i="5.78,371,1599548400"; d="scan'208";a="362776183"
Received: from bricha3-mobl.ger.corp.intel.com ([10.252.21.198])
 by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 26 Nov 2020 03:31:05 -0800
Date: Thu, 26 Nov 2020 11:31:01 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Jerin Jacob <jerinjacobk@gmail.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>,
 Ajit Khaparde <ajit.khaparde@broadcom.com>, dpdk-dev <dev@dpdk.org>
Message-ID: <20201126113101.GA1340@bricha3-MOBL.ger.corp.intel.com>
References: <20201026214604.35570-1-ajit.khaparde@broadcom.com>
 <00577ddb-6228-eebf-f94f-36401ef49774@intel.com>
 <CALBAE1Nt-zeXUv83-1kVHRRtjy4P-5A8hm1V3q2AixP8_QkbLQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CALBAE1Nt-zeXUv83-1kVHRRtjy4P-5A8hm1V3q2AixP8_QkbLQ@mail.gmail.com>
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 <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>

On Wed, Nov 25, 2020 at 02:18:43PM +0530, Jerin Jacob wrote:
> On Tue, Nov 24, 2020 at 9:04 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> >
> > 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 <ajit.khaparde@broadcom.com>
> > > ---
> > >   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 <ferruh.yigit@intel.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>