MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmp_dev_name

Function cmp_dev_name

dpdk/app/test/test_vdev.c:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23static int
24cmp_dev_name(const struct rte_device *dev, const void *name)
25{
26 return strcmp(rte_dev_name(dev), name);
27}
28
29static int
30cmp_dev_match(const struct rte_device *dev, const void *_kvlist)

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
rte_dev_nameFunction · 0.85

Tested by

no test coverage detected