| 21 | }; |
| 22 | |
| 23 | static int |
| 24 | cmp_dev_name(const struct rte_device *dev, const void *name) |
| 25 | { |
| 26 | return strcmp(rte_dev_name(dev), name); |
| 27 | } |
| 28 | |
| 29 | static int |
| 30 | cmp_dev_match(const struct rte_device *dev, const void *_kvlist) |
nothing calls this directly
no test coverage detected