- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there!
Is there a way to read out the QPI routing table of a processor? I'm looking for something similar to the "cpuid" instruction that can be used to query the hardware directly. Since I'm not working with either Linux, or Windows I cannot use already existing programs...
Is there a way to get this information from the hardware? - I guess this is done differently for different processors, at the moment I'm especially interested in the XEON 7500 Series...
Thank's in advance for any input!
Robert
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
Could you tell me how to access the control register for Routing Layer in QPI ??
I want to modify RTA(Router Table Array) for research purpose.
Now I'm using CentOS6, but I couldn't find any piece of codes and "base address" related with QPI.
any hints?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suppose that the access is done by MSR address space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for reply. :-)
as you said. I also think so.
wrmsr(), rdmsr() may be used to control that.
But what I want to know what is the base address (or offset) to access registers for Routing Layer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Wonjun,
As I mentioned in the other thread, this info has not been publicly disclosed.
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
wonjun s. wrote:
thanks for reply. :-)
as you said. I also think so.
wrmsr(), rdmsr() may be used to control that.
But what I want to know what is the base address (or offset) to access registers for Routing Layer
An option of last resort will be hooking kernel debugger and try to locate MSR register with the help of kd.Not an easy task when the address is not available or disclosed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just to save the time of anyone thinking of pursuing the kernel debugger route...I doubt that using the kernel debugger will be fruitful in this case.
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes that's true.For exmaple access to this feature can be available from SMM mode only.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page