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_event_timer_adapter_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_event_timer_adapter_info(3)

Detailed Description

       Timer adapter info structure.

       Definition at line 282 of file rte_event_timer_adapter.h.

Field Documentation

uint64_tmin_resolution_ns
       Minimum timer adapter resolution in ns

       Definition at line 283 of file rte_event_timer_adapter.h.

   uint64_tmax_tmo_ns
       Maximum timer timeout(expire) in ns

       Definition at line 285 of file rte_event_timer_adapter.h.

   structrte_event_timer_adapter_confconf
       Configured timer adapter attributes

       Definition at line 287 of file rte_event_timer_adapter.h.

   uint32_tcaps
       Event timer adapter capabilities

       Definition at line 289 of file rte_event_timer_adapter.h.

   int16_tevent_dev_port_id
       Event device port ID, if applicable

       Definition at line 291 of file rte_event_timer_adapter.h.

Name

       rte_event_timer_adapter_info

Synopsis

       #include <rte_event_timer_adapter.h>

   DataFields
       uint64_t min_resolution_ns
       uint64_t max_tmo_ns
       struct rte_event_timer_adapter_confconf
       uint32_t caps
       int16_t event_dev_port_id

See Also