DPDK
make-f/builddir/build/BUILD/dpdk-16.11/mk/rte.sdkconfig.mkshowversion
|
#include <errno.h>
Go to the source code of this file.
Functions | |
__extension__ const char * | rte_cpu_get_flag_name (enum rte_cpu_flag_t feature) |
__extension__ int | rte_cpu_get_flag_enabled (enum rte_cpu_flag_t feature) |
void | rte_cpu_check_supported (void) |
Architecture specific API to determine available CPU features at runtime.
Definition in file rte_cpuflags.h.
__extension__ const char* rte_cpu_get_flag_name | ( | enum rte_cpu_flag_t | feature | ) |
Get name of CPU flag
feature | CPU flag ID |
__extension__ int rte_cpu_get_flag_enabled | ( | enum rte_cpu_flag_t | feature | ) |
Function for checking a CPU flag availability
feature | CPU flag to query CPU for |