Home
last modified time | relevance | path

Searched refs:packet_mode (Results 1 – 15 of 15) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmdline_mtr.c308 int packet_mode; member
353 packet_mode, RTE_UINT32);
375 mp.packet_mode = res->packet_mode; in cmd_add_port_meter_profile_srtcm_parsed()
417 int packet_mode; member
466 packet_mode, RTE_UINT32);
489 mp.packet_mode = res->packet_mode; in cmd_add_port_meter_profile_trtcm_parsed()
532 int packet_mode; member
584 packet_mode, RTE_UINT32);
609 mp.packet_mode = res->packet_mode; in cmd_add_port_meter_profile_trtcm_rfc4115_parsed()
H A Dcmdline_tm.c912 sp.packet_mode = res->pkt_mode; in cmd_add_port_tm_node_shaper_profile_parsed()
/dpdk/lib/ethdev/
H A Drte_tm.h1007 int packet_mode; member
1067 int packet_mode; member
H A Drte_mtr.h200 int packet_mode; member
/dpdk/app/test-flow-perf/
H A Dmain.c71 static bool packet_mode; variable
950 packet_mode = true; in args_parse()
1281 mp.packet_mode = packet_mode; in create_meter_profile()
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c294 if (!params->packet_mode) { in cnxk_nix_tm_shaper_profile_add()
301 profile->profile.pkt_mode = params->packet_mode; in cnxk_nix_tm_shaper_profile_add()
H A Dcnxk_ethdev_mtr.c1051 cfg->lmode = profile->profile.packet_mode; in nix_mtr_config_map()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c91 if (profile->packet_mode) in mrvl_meter_profile_add()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c176 if (profile->packet_mode) in mlx5_flow_meter_profile_validate()
181 ls_factor = profile->packet_mode ? MLX5_MTRS_PPS_MAP_BPS_SHIFT : 0; in mlx5_flow_meter_profile_validate()
360 if (fmp->profile.packet_mode) { in mlx5_flow_meter_param_fill()
H A Dmlx5_flow_aso.c691 if (fmp->profile.packet_mode) in mlx5_aso_mtr_sq_enqueue_single()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c126 if (profile->packet_mode) in meter_profile_check()
H A Drte_eth_softnic_tm.c1011 if (profile->packet_mode != 0) in shaper_profile_check()
1327 if (profile->packet_mode == 0) in wred_profile_check()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c211 if (profile->packet_mode) { in hns3_tm_shaper_profile_param_check()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2749 (cir) (cbs) (ebs) (packet_mode)
2757 * ``packet_mode``: Packets mode for meter profile.
2765 (cir) (pir) (cbs) (pbs) (packet_mode)
2774 * ``packet_mode``: Packets mode for meter profile.
2782 (cir) (eir) (cbs) (ebs) (packet_mode)
2791 * ``packet_mode``: Packets mode for meter profile.
2965 (packet_length_adjust) (packet_mode)
2978 * ``packet_mode``: Shaper configured in packet mode. This parameter value if
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c873 if (profile->packet_mode != 0) in ipn3ke_tm_tdrop_profile_check()