| 1673 | } |
| 1674 | |
| 1675 | static int |
| 1676 | ifpga_rawdev_pci_remove(struct rte_pci_device *pci_dev) |
| 1677 | { |
| 1678 | IFPGA_RAWDEV_PMD_INFO("remove pci_dev %s", pci_dev->device.name); |
| 1679 | return ifpga_rawdev_destroy(pci_dev); |
| 1680 | } |
| 1681 | |
| 1682 | static struct rte_pci_driver rte_ifpga_rawdev_pmd = { |
| 1683 | .id_table = pci_ifpga_map, |
nothing calls this directly
no test coverage detected