Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
void
284
rte_devargs_reset(struct rte_devargs *da)
285
{
286
if (da == NULL)
287
return;
288
free(da->data);
289
da->data = NULL;
290
}
291
292
int
293
rte_devargs_insert(struct rte_devargs **da)
Callers
15
rte_eth_iterator_init
Function · 0.85
__handle_secondary_request
Function · 0.85
__handle_primary_request
Function · 0.85
local_dev_probe
Function · 0.85
rte_devargs_parse
Function · 0.85
rte_devargs_insert
Function · 0.85
rte_devargs_add
Function · 0.85
rte_devargs_remove
Function · 0.85
fs_bus_init
Function · 0.85
failsafe_args_free
Function · 0.85
alloc_devargs
Function · 0.85
insert_vdev
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
3
test_valid_devargs_cases
Function · 0.68
test_invalid_devargs
Function · 0.68
detach_devargs
Function · 0.68