Home
last modified time | relevance | path

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

/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c88 pkt->traffic_policy.min_packet_thresh = 96000; in set_policy_defaults()
89 pkt->traffic_policy.avg_max_packet_thresh = 1800000; in set_policy_defaults()
90 pkt->traffic_policy.max_max_packet_thresh = 2000000; in set_policy_defaults()
/dpdk/lib/power/
H A Drte_power_guest_channel.h90 struct rte_power_traffic_policy traffic_policy; member
/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()
584 if (diff >= (pol->pkt.traffic_policy.max_max_packet_thresh)) { in apply_traffic_profile()
590 } else if (diff >= (pol->pkt.traffic_policy.avg_max_packet_thresh)) { in apply_traffic_profile()
596 } else if (diff < (pol->pkt.traffic_policy.avg_max_packet_thresh)) { in apply_traffic_profile()