Hi,
In the beginning of prefetch algorithms (stride and ghb), it is stated:

if (useContextId && !pkt->req->hasContextId()) {
        DPRINTF(HWPrefetch, "ignoring request with no context ID");
        return;
}

While debugging, I see that this message appears frequently. My guess
about Context ID is active thread or active process. Is that right?
If yes, then why a request has not any context ID?

In another word, what does "a request with no context ID" mean?
Regards
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to