From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/4] net/bnxt: add support for Stingray PF devices ids Date: Fri, 30 Mar 2018 11:35:06 +0100 Message-ID: <179e6ef8-c632-7f0f-b423-012a97757593@intel.com> References: <20180321180629.58318-1-ajit.khaparde@broadcom.com> <20180321180629.58318-3-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Scott Branden To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 273A85F25 for ; Fri, 30 Mar 2018 12:35:10 +0200 (CEST) In-Reply-To: <20180321180629.58318-3-ajit.khaparde@broadcom.com> Content-Language: en-US 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 3/21/2018 6:06 PM, Ajit Khaparde wrote: > From: Scott Branden > > Add support for Stingray PF devices ids: > BCM58802 = 0xd802 > BCM58804 = 0xd804 > BCM58808 = 0x16f0 > > Signed-off-by: Scott Branden > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/bnxt_ethdev.c | 6 ++++++ Can you please update driver documentation (doc/guides/nics/bnxt.rst) with new device information. Also it can be good to update release notes to announce new device support.