44 #ifndef __CPU_TRAFFIC_GEN_STREAM_GEN_HH__ 45 #define __CPU_TRAFFIC_GEN_STREAM_GEN_HH__ 47 #include "params/BaseTrafficGen.hh" 60 "Must provide a vector of StreamIDs");
111 "Invalid sids/ssids configuration");
139 #endif // __CPU_TRAFFIC_GEN_STREAM_GEN_HH__ uint32_t pickSubStreamID() override
uint32_t pickStreamID() override
std::vector< uint32_t > substreamIds
static StreamGen * create(const BaseTrafficGenParams *p)
Factory method for constructing a Stream generator.
bool ssidValid() const
Returns true if the substreamID generation is valid and hence should be taken into account...
std::vector< uint32_t > streamIds
Store preset Stream and Substream IDs to use for requests This is the set of available streamIDs the ...
virtual uint32_t pickSubStreamID()=0
uint32_t pickStreamID() override
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
StreamGen(const BaseTrafficGenParams *p)
uint32_t pickSubStreamID() override
RandomStreamGen(const BaseTrafficGenParams *p)
FixedStreamGen(const BaseTrafficGenParams *p)
virtual uint32_t pickStreamID()=0