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

Function mvneta_neta_init

dpdk/drivers/net/mvneta/mvneta_ethdev.c:68–72  ·  view source on GitHub ↗

* Initialize packet processor. * * @return * 0 on success, negative error value otherwise. */

Source from the content-addressed store, hash-verified

66 * 0 on success, negative error value otherwise.
67 */
68static int
69mvneta_neta_init(void)
70{
71 return neta_init();
72}
73
74/**
75 * Callback used by rte_kvargs_process() during argument parsing.

Callers 1

rte_pmd_mvneta_probeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected