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

Function rte_pie_set_active

dpdk/app/test/test_pie.c:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static void rte_pie_set_active(const struct rte_pie_config *pie_cfg,
172 struct rte_pie *pie,
173 uint16_t active)
174{
175 /**< Flag for activating/deactivating pie */
176 RTE_SET_USED(pie_cfg);
177 pie->active = active;
178}
179
180/**
181 * Read the drop probability

Callers 5

func_test1Function · 0.85
func_test2Function · 0.85
func_test3Function · 0.85
perf_testFunction · 0.85
perf_test2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected