DPDK  21.05.0
Data Fields
rte_epoll_event Struct Reference

#include <rte_eal_interrupts.h>

Data Fields

uint32_t status
 
int fd
 
int epfd
 

Detailed Description

interrupt epoll event obj, taken by epoll_event.ptr

Examples:
examples/l3fwd-power/main.c.

Definition at line 61 of file rte_eal_interrupts.h.

Field Documentation

◆ status

uint32_t status

OUT: event status

Definition at line 62 of file rte_eal_interrupts.h.

◆ fd

int fd

OUT: event fd

Definition at line 63 of file rte_eal_interrupts.h.

◆ epfd

int epfd

OUT: epoll instance the ev associated with

Definition at line 64 of file rte_eal_interrupts.h.


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