From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by dpdk.org (Postfix) with ESMTP id 35BFF5B34 for ; Fri, 30 Mar 2018 20:24:44 +0200 (CEST) Received: by mail-qk0-f170.google.com with SMTP id o205so9833926qke.3 for ; Fri, 30 Mar 2018 11:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=M6k92Zr9Nh01DrGW4rlNFM2PFJMyAlHkpQgS9YDxFa4=; b=hlkXNtqzEpsLmCOYW0GV+u1ZRhpJ0bu/5jvGTeDHEj+UdoBf3x2agbQBNyVFQwc5uR JfKair2wiePnK0pCzH+8JD3oGW5dv5uoHYeG9FWcChbGoSXfOmZQzhbq7xHnp5736/9V 0u4fsLmOXffTGxVBlnLckZx9MJlfFY45VB9qw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=M6k92Zr9Nh01DrGW4rlNFM2PFJMyAlHkpQgS9YDxFa4=; b=fpi9IqkoBmKAHsbgOsAf9Bmf5itKJW23/P8O+Fs/w4ub8IJj/s7vrA+cMTWvagLnmi mRxJq4lQcqSFCHtNzJVW6LRJ9RqDiAaxN/HK0oe5UypWkOlhv2CcYxG0YgrNsLeRZoC7 aPVRMTESPE5SQUSlzkWNRD3cRtDdRWJMRcgbCWthVMTUZsXt9KKVepwKJR/oPjJbtXBp vLSgIzS4tESgwemG8pQEFGx99/deDPqW4wguFvbv5EkjW2cK56uJPlySShrxR+dlOhM6 vPmscala5NCM7Iu26EFXz+DGBMESoM17Gh6CTfPPz6F3u0To91fokmKgXcdEzqW4vFUx G3Ew== X-Gm-Message-State: ALQs6tDXdI+5D7yXgoHuBdlBMatfYY07MZeDMh301PjiNlIWB/wkZysQ ytJBE3u1WeC6u3I5Li3bYNiHCnxE X-Google-Smtp-Source: AIpwx4/HTc8VZifcmaXGxVJDlCVpU2iZqYiYtn5UOZaAFY1F/MeWCQKNykVSYKxupXdgwmkQMqbCNg== X-Received: by 10.55.22.139 with SMTP id 11mr123847qkw.48.1522434283469; Fri, 30 Mar 2018 11:24:43 -0700 (PDT) Received: from [10.136.13.65] ([192.19.224.250]) by smtp.gmail.com with ESMTPSA id r4sm6969797qki.0.2018.03.30.11.24.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Mar 2018 11:24:42 -0700 (PDT) To: Ferruh Yigit , Ajit Khaparde , dev@dpdk.org References: <20180321180629.58318-1-ajit.khaparde@broadcom.com> <20180321180629.58318-3-ajit.khaparde@broadcom.com> <179e6ef8-c632-7f0f-b423-012a97757593@intel.com> From: Scott Branden Message-ID: Date: Fri, 30 Mar 2018 11:24:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <179e6ef8-c632-7f0f-b423-012a97757593@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 2/4] net/bnxt: add support for Stingray PF devices ids 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: , X-List-Received-Date: Fri, 30 Mar 2018 18:24:44 -0000 On 18-03-30 03:35 AM, Ferruh Yigit wrote: > 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. OK, will update.  I was not familiar with all the changes necessary.  Thanks for pointing this out. Thanks,  Scott