DPDK  24.03.0
Data Fields
rte_cpu_intrinsics Struct Reference

#include <rte_cpuflags.h>

Data Fields

uint32_t power_monitor: 1
 
uint32_t power_pause: 1
 
uint32_t power_monitor_multi: 1
 

Detailed Description

Structure used to describe platform-specific intrinsics that may or may not be supported at runtime.

Definition at line 22 of file rte_cpuflags.h.

Field Documentation

◆ power_monitor

uint32_t power_monitor

indicates support for rte_power_monitor function

Definition at line 23 of file rte_cpuflags.h.

◆ power_pause

uint32_t power_pause

indicates support for rte_power_pause function

Definition at line 25 of file rte_cpuflags.h.

◆ power_monitor_multi

uint32_t power_monitor_multi

indicates support for rte_power_monitor_multi function

Definition at line 27 of file rte_cpuflags.h.


The documentation for this struct was generated from the following file: