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

Function check_config

dpdk/app/test-acl/main.c:1222–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220}
1221
1222static void
1223check_config(void)
1224{
1225 if (config.rule_file == NULL) {
1226 print_usage(config.prgname);
1227 rte_exit(-EINVAL, "mandatory option %s is not specified\n",
1228 OPT_RULE_FILE);
1229 }
1230}
1231
1232
1233static void

Callers 1

mainFunction · 0.70

Calls 2

rte_exitFunction · 0.85
print_usageFunction · 0.70

Tested by

no test coverage detected