DPDK 25.11.3
Loading...
Searching...
No Matches
rte_tm_node_params::[struct].__unnamed0__.nonleaf Struct Reference

Data Fields

int * wfq_weight_mode
uint32_t n_sp_priorities

Detailed Description

Parameters only valid for non-leaf nodes.

Definition at line 1107 of file rte_tm.h.

Field Documentation

◆ wfq_weight_mode

int* wfq_weight_mode

WFQ weight mode for each SP priority. When NULL, it indicates that WFQ is to be used for all priorities. When non-NULL, it points to a pre-allocated array of n_sp_priorities values, with non-zero value for byte-mode and zero for packet-mode.

See also
struct rte_tm_node_capabilities::sched_wfq_packet_mode_supported
struct rte_tm_node_capabilities::sched_wfq_byte_mode_supported

◆ n_sp_priorities

uint32_t n_sp_priorities

Number of SP priorities.


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