Provided by: dpdk-doc_24.11.2-2_all bug

NAME

       rte_eth_intr_conf

SYNOPSIS

       #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 1495 of file rte_ethdev.h.

Field Documentation

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

       Definition at line 1497 of file rte_ethdev.h.

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

       Definition at line 1499 of file rte_ethdev.h.

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

       Definition at line 1501 of file rte_ethdev.h.

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_eth_intr_conf(3)