From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] net/bnxt: Add support for new PCI IDs Date: Mon, 9 Jan 2017 09:03:28 -0800 Message-ID: <20170109090328.4768b23f@xeon-e3> References: <20170106195517.52821-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Ajit Khaparde Return-path: Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id 4716A152A for ; Mon, 9 Jan 2017 18:03:37 +0100 (CET) Received: by mail-pf0-f179.google.com with SMTP id f144so22584960pfa.2 for ; Mon, 09 Jan 2017 09:03:37 -0800 (PST) In-Reply-To: <20170106195517.52821-1-ajit.khaparde@broadcom.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" fine BROADCOM_DEV_ID_57416_MF 0x16ee > > static struct rte_pci_id bnxt_pci_id_map[] = { > { RTE_PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57301) }, > @@ -95,6 +110,21 @@ static struct rte_pci_id bnxt_pci_id_map[] = { > { RTE_PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57407_MF) }, Adding new id's is good. Does this now cover all the devices in the Linux kernel? The PCI id table should be const?