| 755 | } |
| 756 | |
| 757 | static int dpaa_eth_stats_get(struct rte_eth_dev *dev, |
| 758 | struct rte_eth_stats *stats) |
| 759 | { |
| 760 | PMD_INIT_FUNC_TRACE(); |
| 761 | |
| 762 | fman_if_stats_get(dev->process_private, stats); |
| 763 | return 0; |
| 764 | } |
| 765 | |
| 766 | static int dpaa_eth_stats_reset(struct rte_eth_dev *dev) |
| 767 | { |
nothing calls this directly
no test coverage detected