DPDK  16.11.11
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 793 of file rte_ethdev.h.

Field Documentation

uint16_t lsc

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

Definition at line 795 of file rte_ethdev.h.

uint16_t rxq

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

Examples:
l3fwd-power/main.c.

Definition at line 797 of file rte_ethdev.h.


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