Home
last modified time | relevance | path

Searched refs:traffic_policy (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c92 pkt->traffic_policy.min_packet_thresh = 96000; in set_policy_defaults()
93 pkt->traffic_policy.avg_max_packet_thresh = 1800000; in set_policy_defaults()
94 pkt->traffic_policy.max_max_packet_thresh = 2000000; in set_policy_defaults()
/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h89 struct traffic traffic_policy; member
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c277 pkt->traffic_policy.avg_max_packet_thresh = in parse_json_to_pkt()
280 pkt->traffic_policy.max_max_packet_thresh = in parse_json_to_pkt()
582 if (diff >= (pol->pkt.traffic_policy.max_max_packet_thresh)) { in apply_traffic_profile()
588 } else if (diff >= (pol->pkt.traffic_policy.avg_max_packet_thresh)) { in apply_traffic_profile()
594 } else if (diff < (pol->pkt.traffic_policy.avg_max_packet_thresh)) { in apply_traffic_profile()