DPDK 25.11.3
Loading...
Searching...
No Matches
rte_tm_level_capabilities Struct Reference

#include <rte_tm.h>

Data Fields

uint32_t n_nodes_max
uint32_t n_nodes_nonleaf_max
uint32_t n_nodes_leaf_max
int non_leaf_nodes_identical
int leaf_nodes_identical

Detailed Description

Traffic manager level capabilities

Definition at line 471 of file rte_tm.h.

Field Documentation

◆ n_nodes_max

uint32_t n_nodes_max

Maximum number of nodes for the current hierarchy level.

Definition at line 473 of file rte_tm.h.

◆ n_nodes_nonleaf_max

uint32_t n_nodes_nonleaf_max

Maximum number of non-leaf nodes for the current hierarchy level. The value of 0 indicates that current level only supports leaf nodes. The maximum value is n_nodes_max.

Definition at line 479 of file rte_tm.h.

◆ n_nodes_leaf_max

uint32_t n_nodes_leaf_max

Maximum number of leaf nodes for the current hierarchy level. The value of 0 indicates that current level only supports non-leaf nodes. The maximum value is n_nodes_max.

Definition at line 485 of file rte_tm.h.

◆ non_leaf_nodes_identical

int non_leaf_nodes_identical

When non-zero, this flag indicates that all the non-leaf nodes on this level have identical capability set. Valid only when n_nodes_nonleaf_max is non-zero.

Definition at line 491 of file rte_tm.h.

◆ leaf_nodes_identical

int leaf_nodes_identical

When non-zero, this flag indicates that all the leaf nodes on this level have identical capability set. Valid only when n_nodes_leaf_max is non-zero.

Definition at line 497 of file rte_tm.h.


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