Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_eth_dev_portconf - Man Page

Synopsis

#include <rte_ethdev.h>

Data Fields

uint16_t burst_size
uint16_t ring_size
uint16_t nb_queues

Detailed Description

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

Definition at line 1659 of file rte_ethdev.h.

Field Documentation

uint16_t burst_size

Device-preferred burst size

Definition at line 1660 of file rte_ethdev.h.

uint16_t ring_size

Device-preferred size of queue rings

Definition at line 1661 of file rte_ethdev.h.

uint16_t nb_queues

Device-preferred number of queues

Definition at line 1662 of file rte_ethdev.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK