| 1665 | } |
| 1666 | |
| 1667 | static int |
| 1668 | ifpga_rawdev_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, |
| 1669 | struct rte_pci_device *pci_dev) |
| 1670 | { |
| 1671 | IFPGA_RAWDEV_PMD_FUNC_TRACE(); |
| 1672 | return ifpga_rawdev_create(pci_dev, rte_socket_id()); |
| 1673 | } |
| 1674 | |
| 1675 | static int |
| 1676 | ifpga_rawdev_pci_remove(struct rte_pci_device *pci_dev) |
nothing calls this directly
no test coverage detected