logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_burst_mode

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_eth_burst_mode(3)

Detailed Description

       Ethernet device Rx/Tx queue packet burst mode information structure. Used to retrieve information about
       packet burst mode setting.

       Definition at line 1924 of file rte_ethdev.h.

Field Documentation

uint64_tflags
       The ORed values of RTE_ETH_BURST_FLAG_xxx

       Definition at line 1925 of file rte_ethdev.h.

   charinfo[RTE_ETH_BURST_MODE_INFO_SIZE]
       burst mode information

       Definition at line 1928 of file rte_ethdev.h.

Name

       rte_eth_burst_mode

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint64_t flags
       char info [RTE_ETH_BURST_MODE_INFO_SIZE]

See Also