Re: [PATCH v2 07/15] net/avp: driver registration From: Stephen Hemminger <stephen@networkplumber.org> Date: 2017-02-27 16:47:48 On Sun, 26 Feb 2017 14:08:55 -0500 Allain Legacy [off-list ref] wrote: +static struct rte_pci_id pci_id_avp_map[] = { + { .vendor_id = RTE_AVP_PCI_VENDOR_ID, + .device_id = RTE_AVP_PCI_DEVICE_ID, + .subsystem_vendor_id = RTE_AVP_PCI_SUB_VENDOR_ID, + .subsystem_device_id = RTE_AVP_PCI_SUB_DEVICE_ID, + .class_id = RTE_CLASS_ANY_ID, + }, + + { .vendor_id = 0, /* sentinel */ + }, +}; + PCI table should be const
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help