DPDK  21.08.0
Data Fields
rte_eth_thresh Struct Reference

#include <rte_ethdev.h>

Data Fields

uint8_t pthresh
 
uint8_t hthresh
 
uint8_t wthresh
 

Detailed Description

A structure used to configure the ring threshold registers of an RX/TX queue for an Ethernet port.

Definition at line 343 of file rte_ethdev.h.

Field Documentation

◆ pthresh

uint8_t pthresh

Ring prefetch threshold.

Examples:
examples/qos_sched/init.c.

Definition at line 344 of file rte_ethdev.h.

◆ hthresh

uint8_t hthresh

Ring host threshold.

Examples:
examples/qos_sched/init.c.

Definition at line 345 of file rte_ethdev.h.

◆ wthresh

uint8_t wthresh

Ring writeback threshold.

Examples:
examples/qos_sched/init.c.

Definition at line 346 of file rte_ethdev.h.


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