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

Function rte_devargs_reset

dpdk/lib/eal/common/eal_common_devargs.c:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void
284rte_devargs_reset(struct rte_devargs *da)
285{
286 if (da == NULL)
287 return;
288 free(da->data);
289 da->data = NULL;
290}
291
292int
293rte_devargs_insert(struct rte_devargs **da)

Callers 15

rte_eth_iterator_initFunction · 0.85
__handle_primary_requestFunction · 0.85
local_dev_probeFunction · 0.85
rte_devargs_parseFunction · 0.85
rte_devargs_insertFunction · 0.85
rte_devargs_addFunction · 0.85
rte_devargs_removeFunction · 0.85
fs_bus_initFunction · 0.85
failsafe_args_freeFunction · 0.85
alloc_devargsFunction · 0.85
insert_vdevFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by 3

test_valid_devargs_casesFunction · 0.68
test_invalid_devargsFunction · 0.68
detach_devargsFunction · 0.68