| 373 | } |
| 374 | |
| 375 | static int cpfl_dev_xstats_reset(struct rte_eth_dev *dev) |
| 376 | { |
| 377 | cpfl_dev_stats_reset(dev); |
| 378 | return 0; |
| 379 | } |
| 380 | |
| 381 | static int cpfl_dev_xstats_get(struct rte_eth_dev *dev, |
| 382 | struct rte_eth_xstat *xstats, unsigned int n) |
nothing calls this directly
no test coverage detected