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

Function skeleton_eventdev_probe

dpdk/drivers/event/skeleton/skeleton_eventdev.c:454–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454static int
455skeleton_eventdev_probe(struct rte_vdev_device *vdev)
456{
457 const char *name;
458
459 name = rte_vdev_device_name(vdev);
460 RTE_LOG(INFO, PMD, "Initializing %s on NUMA node %d\n", name,
461 rte_socket_id());
462 return skeleton_eventdev_create(name, rte_socket_id(), vdev);
463}
464
465static int
466skeleton_eventdev_remove(struct rte_vdev_device *vdev)

Callers

nothing calls this directly

Calls 3

rte_vdev_device_nameFunction · 0.85
rte_socket_idFunction · 0.85
skeleton_eventdev_createFunction · 0.85

Tested by

no test coverage detected