[dpdk-dev] [PATCH] net/bnxt: Add support for new PCI IDs

Stephen Hemminger stephen at networkplumber.org
Mon Jan 9 18:03:28 CET 2017


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?


More information about the dev mailing list