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

Function rte_pie_get_active

dpdk/app/test/test_pie.c:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static uint16_t rte_pie_get_active(const struct rte_pie_config *pie_cfg,
164 struct rte_pie *pie)
165{
166 /**< Flag for activating/deactivating pie */
167 RTE_SET_USED(pie_cfg);
168 return pie->active;
169}
170
171static void rte_pie_set_active(const struct rte_pie_config *pie_cfg,
172 struct rte_pie *pie,

Callers 2

func_test1Function · 0.85
func_test3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected