We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7baca commit d349cdcCopy full SHA for d349cdc
src/plugins/input/nfb/src/ndpReader.cpp
@@ -72,9 +72,9 @@ int NdpReader::init_interface(const std::string& interface)
72
numa_set_bind_policy(PREFERRED_NODE_POLICY);
73
numa_set_preferred(node_id);
74
} else {
75
- error_msg = "warning - NUMA node detection failed\n";
76
- return 1;
+ std::cerr << "warning - cannot set NUMA preferred node. Skipping..." << std::endl;
77
}
+
78
if (ndp_queue_start(rx_handle)) { // start capturing data from NDP queue
79
error_msg = std::string() + "error starting NDP queue on NFB device";
80
return 1;
0 commit comments