DPDK  18.05.1
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 254 of file rte_ethdev.h.

Field Documentation

uint8_t pthresh

Ring prefetch threshold.

Definition at line 255 of file rte_ethdev.h.

uint8_t hthresh

Ring host threshold.

Definition at line 256 of file rte_ethdev.h.

uint8_t wthresh

Ring writeback threshold.

Definition at line 257 of file rte_ethdev.h.


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