Home
last modified time | relevance | path

Searched refs:wred (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dprofile_ov.cfg63 tc 0 wred min = 48 40 32
64 tc 0 wred max = 64 64 64
66 tc 0 wred weight = 9 9 9
68 tc 1 wred min = 48 40 32
69 tc 1 wred max = 64 64 64
71 tc 1 wred weight = 9 9 9
73 tc 2 wred min = 48 40 32
74 tc 2 wred max = 64 64 64
76 tc 2 wred weight = 9 9 9
78 tc 3 wred min = 48 40 32
[all …]
H A Dprofile.cfg80 tc 0 wred min = 48 40 32
81 tc 0 wred max = 64 64 64
83 tc 0 wred weight = 9 9 9
85 tc 1 wred min = 48 40 32
86 tc 1 wred max = 64 64 64
88 tc 1 wred weight = 9 9 9
90 tc 2 wred min = 48 40 32
91 tc 2 wred max = 64 64 64
93 tc 2 wred weight = 9 9 9
95 tc 3 wred min = 48 40 32
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst203 tc 0 wred min = 48 40 32
204 tc 0 wred max = 64 64 64
206 tc 0 wred weight = 9 9 9
208 tc 1 wred min = 48 40 32
209 tc 1 wred max = 64 64 64
211 tc 1 wred weight = 9 9 9
213 tc 2 wred min = 48 40 32
214 tc 2 wred max = 64 64 64
216 tc 2 wred weight = 9 9 9
218 tc 3 wred min = 48 40 32
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1552 tc 0 wred min = 28 22 16
1553 tc 0 wred max = 32 32 32
1555 tc 0 wred weight = 9 9 9
1557 tc 1 wred min = 28 22 16
1558 tc 1 wred max = 32 32 32
1560 tc 1 wred weight = 9 9 9
1562 tc 2 wred min = 28 22 16
1563 tc 2 wred max = 32 32 32
1565 tc 2 wred weight = 9 9 9
1567 tc 3 wred min = 28 22 16
[all …]
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c535 if (params->leaf.wred.wred_profile_id) in mrvl_node_check_params()
540 if (params->leaf.wred.shared_wred_context_id) in mrvl_node_check_params()
545 if (params->leaf.wred.n_shared_wred_contexts) in mrvl_node_check_params()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c529 if (params->leaf.wred.wred_profile_id != in ixgbe_node_param_check()
536 if (params->leaf.wred.shared_wred_context_id) { in ixgbe_node_param_check()
542 if (params->leaf.wred.n_shared_wred_contexts) { in ixgbe_node_param_check()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c421 if (params->leaf.wred.wred_profile_id != in i40e_node_param_check()
428 if (params->leaf.wred.shared_wred_context_id) { in i40e_node_param_check()
434 if (params->leaf.wred.n_shared_wred_contexts) { in i40e_node_param_check()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h1157 } wred; member
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c1210 cmdline_fixed_string_t wred; member
1245 struct cmd_add_port_tm_node_wred_profile_result, wred, "wred");
1405 cmdline_fixed_string_t wred; member
1425 struct cmd_del_port_tm_node_wred_profile_result, wred, "wred");
2021 np.leaf.wred.wred_profile_id = res->wred_profile_id; in cmd_add_port_tm_leaf_node_parsed()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1780 uint32_t wred_profile_id = params->leaf.wred.wred_profile_id; in node_add_check_queue()
1794 if (params->leaf.wred.n_shared_wred_contexts != 0) in node_add_check_queue()
2015 params->leaf.wred.wred_profile_id); in pmd_tm_node_add()
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c1309 params->leaf.wred.wred_profile_id); in ipn3ke_tm_node_add()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2988 testpmd> add port tm node wred profile (port_id) (wred_profile_id) \
3017 testpmd> del port tm node wred profile (port_id) (wred_profile_id)