Go to the documentation of this file.
38 #ifndef __MEM_QOS_POLICY_PF_HH__
39 #define __MEM_QOS_POLICY_PF_HH__
50 struct QoSPropFairPolicyParams;
72 using Params = QoSPropFairPolicyParams;
109 template <
typename Requestor>
110 void initRequestor(
const Requestor requestor,
const double score);
113 updateScore(
const double old_score,
const uint64_t served_bytes)
const;
128 #endif // __MEM_QOS_POLICY_PF_HH__
virtual ~PropFairPolicy()
GEM5_DEPRECATED_NAMESPACE(QoS, qos)
const double weight
PF Policy weight.
Proportional Fair QoS Policy Providing a configurable fair scheduling policy based on utilization; ut...
double updateScore(const double old_score, const uint64_t served_bytes) const
virtual uint8_t schedule(const RequestorID id, const uint64_t pkt_size) override
Schedules a packet based on proportional fair configuration.
Abstract superclass for simulation objects.
void initRequestor(const Requestor requestor, const double score)
void initRequestorName(const std::string requestor, const double score)
Initialize the requestor's score by providing the requestor's name and initial score value.
PropFairPolicy(const Params &)
void initRequestorObj(const SimObject *requestor, const double score)
Initialize the requestor's score by providing the requestor's SimObject pointer and initial score val...
std::vector< RequestorHistory > history
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Thu Jun 16 2022 10:41:57 for gem5 by doxygen 1.8.17