| 654 | } |
| 655 | |
| 656 | static int |
| 657 | pfe_link_up(struct rte_eth_dev *dev) |
| 658 | { |
| 659 | struct pfe_eth_priv_s *priv = dev->data->dev_private; |
| 660 | |
| 661 | pfe_eth_start(priv); |
| 662 | return 0; |
| 663 | } |
| 664 | |
| 665 | static int |
| 666 | pfe_mtu_set(struct rte_eth_dev *dev, uint16_t mtu) |
nothing calls this directly
no test coverage detected