Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_cpu_strcmp_auxval
Function
rte_cpu_strcmp_auxval
dpdk/lib/eal/linux/eal_cpuflags.c:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int
79
rte_cpu_strcmp_auxval(unsigned long type, const char *str)
80
{
81
return _rte_cpu_getauxval(type, str);
82
}
Callers
1
rte_cpu_get_features
Function · 0.50
Calls
1
_rte_cpu_getauxval
Function · 0.85
Tested by
no test coverage detected