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_dev_portconf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_eth_dev_portconf(3)

Detailed Description

       Preferred Rx/Tx port parameters. There are separate instances of this structure for transmission and
       reception respectively.

       Definition at line 1683 of file rte_ethdev.h.

Field Documentation

uint16_tburst_size
       Device-preferred burst size

       Definition at line 1684 of file rte_ethdev.h.

   uint16_tring_size
       Device-preferred size of queue rings

       Definition at line 1685 of file rte_ethdev.h.

   uint16_tnb_queues
       Device-preferred number of queues

       Definition at line 1686 of file rte_ethdev.h.

Name

       rte_eth_dev_portconf

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t burst_size
       uint16_t ring_size
       uint16_t nb_queues

See Also