| 142 | } |
| 143 | |
| 144 | static void |
| 145 | eth_dev_vmbus_release(struct rte_eth_dev *eth_dev) |
| 146 | { |
| 147 | /* free ether device */ |
| 148 | rte_eth_dev_release_port(eth_dev); |
| 149 | |
| 150 | eth_dev->device = NULL; |
| 151 | eth_dev->intr_handle = NULL; |
| 152 | } |
| 153 | |
| 154 | static int hn_set_parameter(const char *key, const char *value, void *opaque) |
| 155 | { |
no test coverage detected