| 1530 | } |
| 1531 | |
| 1532 | static int |
| 1533 | ntb_probe(struct rte_pci_driver *pci_drv __rte_unused, |
| 1534 | struct rte_pci_device *pci_dev) |
| 1535 | { |
| 1536 | return ntb_create(pci_dev, rte_socket_id()); |
| 1537 | } |
| 1538 | |
| 1539 | static int |
| 1540 | ntb_remove(struct rte_pci_device *pci_dev) |
nothing calls this directly
no test coverage detected