DPDK  17.02.1
Data Fields
rte_intr_conf Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t lsc
uint16_t rxq

Detailed Description

A structure used to enable/disable specific device interrupts.

Definition at line 817 of file rte_ethdev.h.

Field Documentation

uint16_t lsc

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

Definition at line 819 of file rte_ethdev.h.

uint16_t rxq

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

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

Definition at line 821 of file rte_ethdev.h.


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