Re: [Gems-users] how get the message's source NodeID or source InterfaceID


Date: Wed, 09 Apr 2008 11:49:55 -0400
From: Niket <niketa@xxxxxxxxxxxxx>
Subject: Re: [Gems-users] how get the message's source NodeID or source InterfaceID
Each flit contains a message pointer which in turn has the Requestor id. You can convert this Requestor id to an interface id in a manner it is done for the destination in the NI code.

Cheers,
Niket

? wrote:
In the Priceton network simulater garnet-fixed-pipeline/NetworkInterface_d.c file,
we see that:
 when inNetLink->isReady() we pick a flit for this NI and caculate the queue
latency and network latency. I can easily get the message's destination
InterfaceID from the private data member m_id, but how can I get the flit's source
InterfaceID?


_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


[← Prev in Thread] Current Thread [Next in Thread→]