[dpdk-dev] [PATCH v6 3/8] pci: split match and probe function

Stephen Hemminger stephen at networkplumber.org
Mon Jan 16 19:24:13 CET 2017


On Mon, 16 Jan 2017 21:08:22 +0530
Shreyansh Jain <shreyansh.jain at 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?


More information about the dev mailing list