* Set device link up. */
| 2804 | * Set device link up. |
| 2805 | */ |
| 2806 | static int |
| 2807 | i40e_dev_set_link_up(struct rte_eth_dev *dev) |
| 2808 | { |
| 2809 | /* re-apply link speed setting */ |
| 2810 | return i40e_apply_link_speed(dev); |
| 2811 | } |
| 2812 | |
| 2813 | /* |
| 2814 | * Set device link down. |
nothing calls this directly
no test coverage detected