36 #ifndef __INCLUDE_RTE_TM_H__
37 #define __INCLUDE_RTE_TM_H__
72 #define RTE_TM_ETH_FRAMING_OVERHEAD 20
84 #define RTE_TM_ETH_FRAMING_OVERHEAD_FCS 24
93 #define RTE_TM_WRED_PROFILE_ID_NONE UINT32_MAX
102 #define RTE_TM_SHAPER_PROFILE_ID_NONE UINT32_MAX
109 #define RTE_TM_NODE_ID_NULL UINT32_MAX
116 #define RTE_TM_NODE_LEVEL_ID_ANY UINT32_MAX
975 RTE_TM_ERROR_TYPE_CAPABILITIES,
976 RTE_TM_ERROR_TYPE_LEVEL_ID,
977 RTE_TM_ERROR_TYPE_WRED_PROFILE,
978 RTE_TM_ERROR_TYPE_WRED_PROFILE_GREEN,
979 RTE_TM_ERROR_TYPE_WRED_PROFILE_YELLOW,
980 RTE_TM_ERROR_TYPE_WRED_PROFILE_RED,
981 RTE_TM_ERROR_TYPE_WRED_PROFILE_ID,
982 RTE_TM_ERROR_TYPE_SHARED_WRED_CONTEXT_ID,
983 RTE_TM_ERROR_TYPE_SHAPER_PROFILE,
984 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_COMMITTED_RATE,
985 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_COMMITTED_SIZE,
986 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_PEAK_RATE,
987 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_PEAK_SIZE,
988 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_PKT_ADJUST_LEN,
989 RTE_TM_ERROR_TYPE_SHAPER_PROFILE_ID,
990 RTE_TM_ERROR_TYPE_SHARED_SHAPER_ID,
991 RTE_TM_ERROR_TYPE_NODE_PARENT_NODE_ID,
992 RTE_TM_ERROR_TYPE_NODE_PRIORITY,
993 RTE_TM_ERROR_TYPE_NODE_WEIGHT,
994 RTE_TM_ERROR_TYPE_NODE_PARAMS,
995 RTE_TM_ERROR_TYPE_NODE_PARAMS_SHAPER_PROFILE_ID,
996 RTE_TM_ERROR_TYPE_NODE_PARAMS_SHARED_SHAPER_ID,
997 RTE_TM_ERROR_TYPE_NODE_PARAMS_N_SHARED_SHAPERS,
998 RTE_TM_ERROR_TYPE_NODE_PARAMS_WFQ_WEIGHT_MODE,
999 RTE_TM_ERROR_TYPE_NODE_PARAMS_N_SP_PRIORITIES,
1000 RTE_TM_ERROR_TYPE_NODE_PARAMS_CMAN,
1001 RTE_TM_ERROR_TYPE_NODE_PARAMS_WRED_PROFILE_ID,
1002 RTE_TM_ERROR_TYPE_NODE_PARAMS_SHARED_WRED_CONTEXT_ID,
1003 RTE_TM_ERROR_TYPE_NODE_PARAMS_N_SHARED_WRED_CONTEXTS,
1004 RTE_TM_ERROR_TYPE_NODE_PARAMS_STATS,
1005 RTE_TM_ERROR_TYPE_NODE_ID,
1044 uint32_t *n_leaf_nodes,
1151 uint32_t wred_profile_id,
1174 uint32_t wred_profile_id,
1205 uint32_t shared_wred_context_id,
1206 uint32_t wred_profile_id,
1229 uint32_t shared_wred_context_id,
1253 uint32_t shaper_profile_id,
1276 uint32_t shaper_profile_id,
1305 uint32_t shared_shaper_id,
1306 uint32_t shaper_profile_id,
1328 uint32_t shared_shaper_id,
1397 uint32_t parent_node_id,
1554 uint32_t parent_node_id,
1583 uint32_t shaper_profile_id,
1610 uint32_t shared_shaper_id,
1637 uint64_t stats_mask,
1665 int *wfq_weight_mode,
1666 uint32_t n_sp_priorities,
1712 uint32_t wred_profile_id,
1737 uint32_t shared_wred_context_id,
1770 uint64_t *stats_mask,
int rte_tm_mark_vlan_dei(uint16_t port_id, int mark_green, int mark_yellow, int mark_red, struct rte_tm_error *error)
int rte_tm_capabilities_get(uint16_t port_id, struct rte_tm_capabilities *cap, struct rte_tm_error *error)
int rte_tm_node_resume(uint16_t port_id, uint32_t node_id, struct rte_tm_error *error)
struct rte_tm_node_capabilities::@80::@82 nonleaf
uint64_t shaper_private_rate_min
int rte_tm_node_stats_update(uint16_t port_id, uint32_t node_id, uint64_t stats_mask, struct rte_tm_error *error)
struct rte_tm_node_stats::@75 leaf
int rte_tm_node_delete(uint16_t port_id, uint32_t node_id, struct rte_tm_error *error)
struct rte_tm_level_capabilities::@76::@79 leaf
int shaper_private_dual_rate_supported
uint32_t n_shared_shapers
uint64_t shaper_private_rate_max
int rte_tm_node_shaper_update(uint16_t port_id, uint32_t node_id, uint32_t shaper_profile_id, struct rte_tm_error *error)
int rte_tm_shared_shaper_delete(uint16_t port_id, uint32_t shared_shaper_id, struct rte_tm_error *error)
int shaper_pkt_length_adjust_min
int rte_tm_mark_ip_dscp(uint16_t port_id, int mark_green, int mark_yellow, int mark_red, struct rte_tm_error *error)
uint32_t sched_wfq_n_groups_max
int cman_wred_context_private_supported
uint64_t shaper_private_rate_min
uint32_t sched_wfq_weight_max
int32_t pkt_length_adjust
int mark_vlan_dei_supported[RTE_TM_COLORS]
uint32_t cman_wred_context_private_n_max
uint32_t shaper_shared_n_shapers_per_node_max
int rte_tm_shared_shaper_add_update(uint16_t port_id, uint32_t shared_shaper_id, uint32_t shaper_profile_id, struct rte_tm_error *error)
int rte_tm_wred_profile_add(uint16_t port_id, uint32_t wred_profile_id, struct rte_tm_wred_params *profile, struct rte_tm_error *error)
uint32_t * shared_wred_context_id
enum rte_tm_cman_mode cman
int rte_tm_node_suspend(uint16_t port_id, uint32_t node_id, struct rte_tm_error *error)
uint32_t sched_wfq_n_children_per_group_max
int rte_tm_mark_ip_ecn(uint16_t port_id, int mark_green, int mark_yellow, int mark_red, struct rte_tm_error *error)
struct rte_tm_node_params::@84::@87 leaf
uint32_t sched_sp_n_priorities_max
uint32_t sched_wfq_weight_max
int non_leaf_nodes_identical
uint32_t shaper_shared_dual_rate_n_max
uint64_t n_pkts_dropped[RTE_TM_COLORS]
int cman_wred_context_private_supported
uint32_t cman_wred_context_n_max
uint32_t sched_wfq_n_groups_max
int mark_ip_dscp_supported[RTE_TM_COLORS]
rte_tm_dynamic_update_type
uint32_t n_nodes_nonleaf_max
struct rte_tm_node_params::@84::@87::@88 wred
uint32_t shaper_shared_n_max
int rte_tm_node_cman_update(uint16_t port_id, uint32_t node_id, enum rte_tm_cman_mode cman, struct rte_tm_error *error)
uint64_t dynamic_update_mask
int cman_head_drop_supported
uint64_t shaper_private_rate_max
int rte_tm_hierarchy_commit(uint16_t port_id, int clear_on_fail, struct rte_tm_error *error)
int mark_ip_ecn_sctp_supported[RTE_TM_COLORS]
uint64_t shaper_shared_rate_max
uint32_t sched_wfq_n_children_per_group_max
uint32_t n_nodes_leaf_max
struct rte_tm_token_bucket committed
uint32_t shaper_profile_id
int rte_tm_node_parent_update(uint16_t port_id, uint32_t node_id, uint32_t parent_node_id, uint32_t priority, uint32_t weight, struct rte_tm_error *error)
int rte_tm_shared_wred_context_delete(uint16_t port_id, uint32_t shared_wred_context_id, struct rte_tm_error *error)
uint32_t cman_wred_context_shared_n_max
int rte_tm_shaper_profile_add(uint16_t port_id, uint32_t shaper_profile_id, struct rte_tm_shaper_params *profile, struct rte_tm_error *error)
enum rte_tm_error_type type
int shaper_pkt_length_adjust_max
int shaper_private_dual_rate_supported
int rte_tm_node_add(uint16_t port_id, uint32_t node_id, uint32_t parent_node_id, uint32_t priority, uint32_t weight, uint32_t level_id, struct rte_tm_node_params *params, struct rte_tm_error *error)
uint32_t shaper_shared_n_max
uint32_t cman_wred_context_shared_n_nodes_per_context_max
uint32_t cman_wred_context_shared_n_max
uint64_t n_bytes_dropped[RTE_TM_COLORS]
int cman_head_drop_supported
int rte_tm_node_wred_context_update(uint16_t port_id, uint32_t node_id, uint32_t wred_profile_id, struct rte_tm_error *error)
uint32_t shaper_shared_n_nodes_per_shaper_max
int rte_tm_node_shared_shaper_update(uint16_t port_id, uint32_t node_id, uint32_t shared_shaper_id, int add, struct rte_tm_error *error)
int shaper_private_supported
struct rte_tm_red_params red_params[RTE_TM_COLORS]
struct rte_tm_level_capabilities::@76::@78 nonleaf
int shaper_private_dual_rate_n_max
int rte_tm_get_number_of_leaf_nodes(uint16_t port_id, uint32_t *n_leaf_nodes, struct rte_tm_error *error)
int shaper_private_supported
struct rte_tm_node_params::@84::@86 nonleaf
uint64_t shaper_private_rate_min
uint32_t cman_wred_context_shared_n_contexts_per_node_max
int rte_tm_node_capabilities_get(uint16_t port_id, uint32_t node_id, struct rte_tm_node_capabilities *cap, struct rte_tm_error *error)
struct rte_tm_token_bucket peak
int cman_head_drop_supported
uint32_t * shared_shaper_id
int rte_tm_node_wfq_weight_mode_update(uint16_t port_id, uint32_t node_id, int *wfq_weight_mode, uint32_t n_sp_priorities, struct rte_tm_error *error)
int rte_tm_node_stats_read(uint16_t port_id, uint32_t node_id, struct rte_tm_node_stats *stats, uint64_t *stats_mask, int clear, struct rte_tm_error *error)
uint32_t sched_wfq_weight_max
uint32_t sched_n_children_max
uint32_t cman_wred_context_shared_n_max
uint64_t shaper_private_rate_max
int non_leaf_nodes_identical
int rte_tm_shared_wred_context_add_update(uint16_t port_id, uint32_t shared_wred_context_id, uint32_t wred_profile_id, struct rte_tm_error *error)
uint32_t sched_n_children_max
uint32_t sched_n_children_max
int mark_ip_ecn_tcp_supported[RTE_TM_COLORS]
uint32_t shaper_shared_n_max
uint32_t sched_sp_n_priorities_max
uint32_t shaper_private_n_max
int rte_tm_node_type_get(uint16_t port_id, uint32_t node_id, int *is_leaf, struct rte_tm_error *error)
uint32_t sched_wfq_n_groups_max
uint64_t shaper_shared_rate_min
int rte_tm_shaper_profile_delete(uint16_t port_id, uint32_t shaper_profile_id, struct rte_tm_error *error)
uint32_t n_shared_wred_contexts
uint32_t sched_wfq_n_children_per_group_max
int rte_tm_level_capabilities_get(uint16_t port_id, uint32_t level_id, struct rte_tm_level_capabilities *cap, struct rte_tm_error *error)
struct rte_tm_node_capabilities::@80::@83 leaf
int rte_tm_node_shared_wred_context_update(uint16_t port_id, uint32_t node_id, uint32_t shared_wred_context_id, int add, struct rte_tm_error *error)
uint32_t sched_sp_n_priorities_max
int rte_tm_wred_profile_delete(uint16_t port_id, uint32_t wred_profile_id, struct rte_tm_error *error)