logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_cpu_intrinsics

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_cpu_intrinsics(3)

Detailed Description

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

       Definition at line 26 of file rte_cpuflags.h.

Field Documentation

uint32_tpower_monitor
       indicates support for rte_power_monitor function

       Definition at line 27 of file rte_cpuflags.h.

   uint32_tpower_pause
       indicates support for rte_power_pause function

       Definition at line 29 of file rte_cpuflags.h.

   uint32_tpower_monitor_multi
       indicates support for rte_power_monitor_multi function

       Definition at line 31 of file rte_cpuflags.h.

Name

       rte_cpu_intrinsics

Synopsis

       #include <rte_cpuflags.h>

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

See Also