Re: [Gems-users] Network Messages from Gems


Date: Thu, 8 Mar 2007 10:41:54 +0800
From: "hongxia sun" <sunhx.seraph@xxxxxxxxx>
Subject: Re: [Gems-users] Network Messages from Gems
Hi Niket,
 
Because the network routing table is setup as NetDest type, the destination of msg is also set to NetDest type.
 
The first part of the destination is L1Cache, the second part is L2Cache, and the third part is Dir. Processor id is counted from the left.
 
 
> msg_ptr is [RefCnt: [RequestMsg: Address=[0x74e6080, line 0x74e6080]
> Type=GETS AccessMode=UserMode Requestor=L1Cache-0 Destination=[NetDest
> (3) 0 0 1 0 0 0 0 0  - 0 0 0 0 0 0 0 0  - 0 0 0 0 0 0 0 0  - ]
> MessageSize=Control DataBlk=] Dirty=0 Prefetch=No Time=424 ]]
 
The information above means that L1Cache-0 send a GETS request to L1Cache-2.
 
Hope it can be help.
 
Regards,
Hongxia SUN


 
2007/3/8, Niket Agarwal <niketa@xxxxxxxxxxxxx>:
Thanks sun for the prompt reply.
It did work.

But the Message looks something like this:

msg_ptr is [RefCnt: [RequestMsg: Address=[0x74e6080, line 0x74e6080]
Type=GETS AccessMode=UserMode Requestor=L1Cache-0 Destination=[NetDest
(3) 0 0
1 0 0 0 0 0  - 0 0 0 0 0 0 0 0  - 0 0 0 0 0 0 0 0  - ]
MessageSize=Control DataBlk=] Dirty=0 Prefetch=No Time=424 ]]



As you can see. the destination is:
Destination=[NetDest (3) 0 0  1 0 0 0 0 0  - 0 0 0 0 0 0 0 0  - 0 0 0 0
0 0 0 0  - ]


I want the destination id. Something like L2Cache-0

Thanks for the help,
Niket.
_______________________________________________
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→]