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

Function test_ethdev_api

dpdk/app/test/test_ethdev_api.c:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176static int
177test_ethdev_api(void)
178{
179 rte_log_set_global_level(RTE_LOG_DEBUG);
180 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG);
181
182 return unit_test_suite_runner(&ethdev_api_testsuite);
183}
184
185/* TODO: Make part of the fast test suite, `REGISTER_FAST_TEST()`,
186 * when all drivers complies to the queue state requirement

Callers

nothing calls this directly

Calls 3

rte_log_set_global_levelFunction · 0.85
rte_log_set_levelFunction · 0.85
unit_test_suite_runnerFunction · 0.70

Tested by

no test coverage detected