On Monday 16 January 2017 11:54 PM, Stephen Hemminger wrote:
On Mon, 16 Jan 2017 21:08:22 +0530
Shreyansh Jain <shreyansh.j...@nxp.com> wrote:

-rte_eal_pci_probe_one_driver(struct rte_pci_driver *dr, struct rte_pci_device 
*dev)
+int
+rte_pci_match(struct rte_pci_driver *pci_drv,
+                 struct rte_pci_device *pci_dev)

Use const?


Done in v7. Thanks

Reply via email to