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

Function dev_sigbus_handler_unregister

dpdk/lib/eal/linux/eal_dev.c:414–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414int
415dev_sigbus_handler_unregister(void)
416{
417 rte_errno = 0;
418
419 sigbus_action_recover();
420
421 return rte_errno;
422}
423
424int
425rte_dev_hotplug_handle_enable(void)

Callers 1

Calls 1

sigbus_action_recoverFunction · 0.85

Tested by

no test coverage detected