DPDK  19.08.2
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 942 of file rte_ethdev.h.

Field Documentation

uint32_t lsc

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

Definition at line 944 of file rte_ethdev.h.

uint32_t rxq

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

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

Definition at line 946 of file rte_ethdev.h.

uint32_t rmv

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

Definition at line 948 of file rte_ethdev.h.


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