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

Function rte_dev_hotplug_handle_disable

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

Source from the content-addressed store, hash-verified

437}
438
439int
440rte_dev_hotplug_handle_disable(void)
441{
442 int ret = 0;
443
444 ret = dev_sigbus_handler_unregister();
445 if (ret < 0)
446 RTE_LOG(ERR, EAL,
447 "fail to unregister sigbus handler for devices.\n");
448
449 hotplug_handle = false;
450
451 return ret;
452}

Callers 1

pmd_test_exitFunction · 0.50

Calls 1

Tested by 1

pmd_test_exitFunction · 0.40