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

Function cli_ethdev_show

dpdk/app/graph/ethdev.c:633–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633static void
634cli_ethdev_show(void *parsed_result, __rte_unused struct cmdline *cl, void *data __rte_unused)
635{
636 struct ethdev_show_cmd_tokens *res = parsed_result;
637 int rc = -EINVAL;
638
639 rc = ethdev_show(res->dev);
640 if (rc < 0)
641 printf(MSG_ARG_INVALID, res->dev);
642}
643
644static void
645cli_ethdev_stats(void *parsed_result, __rte_unused struct cmdline *cl, void *data __rte_unused)

Callers

nothing calls this directly

Calls 2

ethdev_showFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected