|
DPDK
1.6.0r2
|
Functions | |
| int | rte_cpu_get_flag_enabled (enum rte_cpu_flag_t flag) |
| void | rte_cpu_check_supported (void) |
Simple API to determine available CPU features at runtime.
| enum rte_cpu_flag_t |
Enumeration of all CPU features supported
| void rte_cpu_check_supported | ( | void | ) |
This function checks that the currently used CPU supports the CPU features that were specified at compile time. It is called automatically within the EAL, so does not need to be used by applications.
| int rte_cpu_get_flag_enabled | ( | enum rte_cpu_flag_t | flag | ) |
Function for checking a CPU flag availability
| flag | CPU flag to query CPU for |
1.8.1.2