DPDK  19.11.14
Data Fields
rte_intr_conf Struct Reference

#include <rte_ethdev.h>

Data Fields

uint32_t lsc:1
 
uint32_t rxq:1
 
uint32_t rmv:1
 

Detailed Description

A structure used to enable/disable specific device interrupts.

Definition at line 1031 of file rte_ethdev.h.

Field Documentation

◆ lsc

uint32_t lsc

enable/disable lsc interrupt. 0 (default) - disable, 1 enable

Definition at line 1033 of file rte_ethdev.h.

◆ rxq

uint32_t rxq

enable/disable rxq interrupt. 0 (default) - disable, 1 enable

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

Definition at line 1035 of file rte_ethdev.h.

◆ rmv

uint32_t rmv

enable/disable rmv interrupt. 0 (default) - disable, 1 enable

Definition at line 1037 of file rte_ethdev.h.


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