Home
last modified time | relevance | path

Searched refs:stat_lcore (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2826 parse_stat_lcore(const char *stat_lcore) in parse_stat_lcore() argument
2831 lcore_id = strtoul(stat_lcore, &end, 10); in parse_stat_lcore()
2832 if ((stat_lcore[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_stat_lcore()